type google.golang.org/genproto/googleapis/container/v1.MaxPodsConstraint
14 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L2350: DefaultMaxPodsConstraint *MaxPodsConstraint `protobuf:"bytes,30,opt,name=default_max_pods_constraint,json=defaultMaxPodsConstraint,proto3" json:"default_max_pods_constraint,omitempty"`
cluster_service.pb.go#L2650: func (x *Cluster) GetDefaultMaxPodsConstraint() *MaxPodsConstraint {
cluster_service.pb.go#L5555: MaxPodsConstraint *MaxPodsConstraint `protobuf:"bytes,6,opt,name=max_pods_constraint,json=maxPodsConstraint,proto3" json:"max_pods_constraint,omitempty"`
cluster_service.pb.go#L5664: func (x *NodePool) GetMaxPodsConstraint() *MaxPodsConstraint {
cluster_service.pb.go#L7709: type MaxPodsConstraint struct {
cluster_service.pb.go#L7718: func (x *MaxPodsConstraint) Reset() {
cluster_service.pb.go#L7719: *x = MaxPodsConstraint{}
cluster_service.pb.go#L7727: func (x *MaxPodsConstraint) String() string {
cluster_service.pb.go#L7731: func (*MaxPodsConstraint) ProtoMessage() {}
cluster_service.pb.go#L7733: func (x *MaxPodsConstraint) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L7746: func (*MaxPodsConstraint) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L7750: func (x *MaxPodsConstraint) GetMaxPodsPerNode() int64 {
cluster_service.pb.go#L10365: (*MaxPodsConstraint)(nil), // 81: google.container.v1.MaxPodsConstraint
cluster_service.pb.go#L11399: switch v := v.(*MaxPodsConstraint); i {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |