type google.golang.org/genproto/googleapis/container/v1.ClusterAutoscaling

17 uses

	google.golang.org/genproto/googleapis/container/v1 (current package)
		cluster_service.pb.go#L2344: 	Autoscaling *ClusterAutoscaling `protobuf:"bytes,26,opt,name=autoscaling,proto3" json:"autoscaling,omitempty"`
		cluster_service.pb.go#L2636: func (x *Cluster) GetAutoscaling() *ClusterAutoscaling {
		cluster_service.pb.go#L2878: 	DesiredClusterAutoscaling *ClusterAutoscaling `protobuf:"bytes,15,opt,name=desired_cluster_autoscaling,json=desiredClusterAutoscaling,proto3" json:"desired_cluster_autoscaling,omitempty"`
		cluster_service.pb.go#L3003: func (x *ClusterUpdate) GetDesiredClusterAutoscaling() *ClusterAutoscaling {
		cluster_service.pb.go#L6576: type ClusterAutoscaling struct {
		cluster_service.pb.go#L6594: func (x *ClusterAutoscaling) Reset() {
		cluster_service.pb.go#L6595: 	*x = ClusterAutoscaling{}
		cluster_service.pb.go#L6603: func (x *ClusterAutoscaling) String() string {
		cluster_service.pb.go#L6607: func (*ClusterAutoscaling) ProtoMessage() {}
		cluster_service.pb.go#L6609: func (x *ClusterAutoscaling) ProtoReflect() protoreflect.Message {
		cluster_service.pb.go#L6622: func (*ClusterAutoscaling) Descriptor() ([]byte, []int) {
		cluster_service.pb.go#L6626: func (x *ClusterAutoscaling) GetEnableNodeAutoprovisioning() bool {
		cluster_service.pb.go#L6633: func (x *ClusterAutoscaling) GetResourceLimits() []*ResourceLimit {
		cluster_service.pb.go#L6640: func (x *ClusterAutoscaling) GetAutoprovisioningNodePoolDefaults() *AutoprovisioningNodePoolDefaults {
		cluster_service.pb.go#L6647: func (x *ClusterAutoscaling) GetAutoprovisioningLocations() []string {
		cluster_service.pb.go#L10351: 	(*ClusterAutoscaling)(nil),                       // 67: google.container.v1.ClusterAutoscaling
		cluster_service.pb.go#L11231: 			switch v := v.(*ClusterAutoscaling); i {