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

27 uses

	google.golang.org/genproto/googleapis/container/v1 (current package)
		cluster_service.pb.go#L2825: type ClusterUpdate struct {
		cluster_service.pb.go#L2908: func (x *ClusterUpdate) Reset() {
		cluster_service.pb.go#L2909: 	*x = ClusterUpdate{}
		cluster_service.pb.go#L2917: func (x *ClusterUpdate) String() string {
		cluster_service.pb.go#L2921: func (*ClusterUpdate) ProtoMessage() {}
		cluster_service.pb.go#L2923: func (x *ClusterUpdate) ProtoReflect() protoreflect.Message {
		cluster_service.pb.go#L2936: func (*ClusterUpdate) Descriptor() ([]byte, []int) {
		cluster_service.pb.go#L2940: func (x *ClusterUpdate) GetDesiredNodeVersion() string {
		cluster_service.pb.go#L2947: func (x *ClusterUpdate) GetDesiredMonitoringService() string {
		cluster_service.pb.go#L2954: func (x *ClusterUpdate) GetDesiredAddonsConfig() *AddonsConfig {
		cluster_service.pb.go#L2961: func (x *ClusterUpdate) GetDesiredNodePoolId() string {
		cluster_service.pb.go#L2968: func (x *ClusterUpdate) GetDesiredImageType() string {
		cluster_service.pb.go#L2975: func (x *ClusterUpdate) GetDesiredDatabaseEncryption() *DatabaseEncryption {
		cluster_service.pb.go#L2982: func (x *ClusterUpdate) GetDesiredNodePoolAutoscaling() *NodePoolAutoscaling {
		cluster_service.pb.go#L2989: func (x *ClusterUpdate) GetDesiredLocations() []string {
		cluster_service.pb.go#L2996: func (x *ClusterUpdate) GetDesiredMasterAuthorizedNetworksConfig() *MasterAuthorizedNetworksConfig {
		cluster_service.pb.go#L3003: func (x *ClusterUpdate) GetDesiredClusterAutoscaling() *ClusterAutoscaling {
		cluster_service.pb.go#L3010: func (x *ClusterUpdate) GetDesiredBinaryAuthorization() *BinaryAuthorization {
		cluster_service.pb.go#L3017: func (x *ClusterUpdate) GetDesiredLoggingService() string {
		cluster_service.pb.go#L3024: func (x *ClusterUpdate) GetDesiredResourceUsageExportConfig() *ResourceUsageExportConfig {
		cluster_service.pb.go#L3031: func (x *ClusterUpdate) GetDesiredVerticalPodAutoscaling() *VerticalPodAutoscaling {
		cluster_service.pb.go#L3038: func (x *ClusterUpdate) GetDesiredIntraNodeVisibilityConfig() *IntraNodeVisibilityConfig {
		cluster_service.pb.go#L3045: func (x *ClusterUpdate) GetDesiredMasterVersion() string {
		cluster_service.pb.go#L3427: 	Update *ClusterUpdate `protobuf:"bytes,4,opt,name=update,proto3" json:"update,omitempty"`
		cluster_service.pb.go#L3489: func (x *UpdateClusterRequest) GetUpdate() *ClusterUpdate {
		cluster_service.pb.go#L10313: 	(*ClusterUpdate)(nil),                            // 29: google.container.v1.ClusterUpdate
		cluster_service.pb.go#L10775: 			switch v := v.(*ClusterUpdate); i {