type google.golang.org/genproto/googleapis/container/v1.MaintenancePolicy
15 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L2340: MaintenancePolicy *MaintenancePolicy `protobuf:"bytes,23,opt,name=maintenance_policy,json=maintenancePolicy,proto3" json:"maintenance_policy,omitempty"`
cluster_service.pb.go#L2622: func (x *Cluster) GetMaintenancePolicy() *MaintenancePolicy {
cluster_service.pb.go#L5821: type MaintenancePolicy struct {
cluster_service.pb.go#L5836: func (x *MaintenancePolicy) Reset() {
cluster_service.pb.go#L5837: *x = MaintenancePolicy{}
cluster_service.pb.go#L5845: func (x *MaintenancePolicy) String() string {
cluster_service.pb.go#L5849: func (*MaintenancePolicy) ProtoMessage() {}
cluster_service.pb.go#L5851: func (x *MaintenancePolicy) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L5864: func (*MaintenancePolicy) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L5868: func (x *MaintenancePolicy) GetWindow() *MaintenanceWindow {
cluster_service.pb.go#L5875: func (x *MaintenancePolicy) GetResourceVersion() string {
cluster_service.pb.go#L7452: MaintenancePolicy *MaintenancePolicy `protobuf:"bytes,4,opt,name=maintenance_policy,json=maintenancePolicy,proto3" json:"maintenance_policy,omitempty"`
cluster_service.pb.go#L7512: func (x *SetMaintenancePolicyRequest) GetMaintenancePolicy() *MaintenancePolicy {
cluster_service.pb.go#L10342: (*MaintenancePolicy)(nil), // 58: google.container.v1.MaintenancePolicy
cluster_service.pb.go#L11123: switch v := v.(*MaintenancePolicy); 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. |