type google.golang.org/genproto/googleapis/container/v1.NodePoolAutoscaling
19 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L2866: DesiredNodePoolAutoscaling *NodePoolAutoscaling `protobuf:"bytes,9,opt,name=desired_node_pool_autoscaling,json=desiredNodePoolAutoscaling,proto3" json:"desired_node_pool_autoscaling,omitempty"`
cluster_service.pb.go#L2982: func (x *ClusterUpdate) GetDesiredNodePoolAutoscaling() *NodePoolAutoscaling {
cluster_service.pb.go#L3667: Autoscaling *NodePoolAutoscaling `protobuf:"bytes,5,opt,name=autoscaling,proto3" json:"autoscaling,omitempty"`
cluster_service.pb.go#L3738: func (x *SetNodePoolAutoscalingRequest) GetAutoscaling() *NodePoolAutoscaling {
cluster_service.pb.go#L5550: Autoscaling *NodePoolAutoscaling `protobuf:"bytes,4,opt,name=autoscaling,proto3" json:"autoscaling,omitempty"`
cluster_service.pb.go#L5650: func (x *NodePool) GetAutoscaling() *NodePoolAutoscaling {
cluster_service.pb.go#L6785: type NodePoolAutoscaling struct {
cluster_service.pb.go#L6802: func (x *NodePoolAutoscaling) Reset() {
cluster_service.pb.go#L6803: *x = NodePoolAutoscaling{}
cluster_service.pb.go#L6811: func (x *NodePoolAutoscaling) String() string {
cluster_service.pb.go#L6815: func (*NodePoolAutoscaling) ProtoMessage() {}
cluster_service.pb.go#L6817: func (x *NodePoolAutoscaling) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L6830: func (*NodePoolAutoscaling) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L6834: func (x *NodePoolAutoscaling) GetEnabled() bool {
cluster_service.pb.go#L6841: func (x *NodePoolAutoscaling) GetMinNodeCount() int32 {
cluster_service.pb.go#L6848: func (x *NodePoolAutoscaling) GetMaxNodeCount() int32 {
cluster_service.pb.go#L6855: func (x *NodePoolAutoscaling) GetAutoprovisioned() bool {
cluster_service.pb.go#L10354: (*NodePoolAutoscaling)(nil), // 70: google.container.v1.NodePoolAutoscaling
cluster_service.pb.go#L11267: switch v := v.(*NodePoolAutoscaling); 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. |