type google.golang.org/genproto/googleapis/container/v1.Cluster
68 uses
google.golang.org/genproto/googleapis/container/v1 (current package)
cluster_service.pb.go#L2231: type Cluster struct {
cluster_service.pb.go#L2448: func (x *Cluster) Reset() {
cluster_service.pb.go#L2449: *x = Cluster{}
cluster_service.pb.go#L2457: func (x *Cluster) String() string {
cluster_service.pb.go#L2461: func (*Cluster) ProtoMessage() {}
cluster_service.pb.go#L2463: func (x *Cluster) ProtoReflect() protoreflect.Message {
cluster_service.pb.go#L2476: func (*Cluster) Descriptor() ([]byte, []int) {
cluster_service.pb.go#L2480: func (x *Cluster) GetName() string {
cluster_service.pb.go#L2487: func (x *Cluster) GetDescription() string {
cluster_service.pb.go#L2495: func (x *Cluster) GetInitialNodeCount() int32 {
cluster_service.pb.go#L2503: func (x *Cluster) GetNodeConfig() *NodeConfig {
cluster_service.pb.go#L2510: func (x *Cluster) GetMasterAuth() *MasterAuth {
cluster_service.pb.go#L2517: func (x *Cluster) GetLoggingService() string {
cluster_service.pb.go#L2524: func (x *Cluster) GetMonitoringService() string {
cluster_service.pb.go#L2531: func (x *Cluster) GetNetwork() string {
cluster_service.pb.go#L2538: func (x *Cluster) GetClusterIpv4Cidr() string {
cluster_service.pb.go#L2545: func (x *Cluster) GetAddonsConfig() *AddonsConfig {
cluster_service.pb.go#L2552: func (x *Cluster) GetSubnetwork() string {
cluster_service.pb.go#L2559: func (x *Cluster) GetNodePools() []*NodePool {
cluster_service.pb.go#L2566: func (x *Cluster) GetLocations() []string {
cluster_service.pb.go#L2573: func (x *Cluster) GetEnableKubernetesAlpha() bool {
cluster_service.pb.go#L2580: func (x *Cluster) GetResourceLabels() map[string]string {
cluster_service.pb.go#L2587: func (x *Cluster) GetLabelFingerprint() string {
cluster_service.pb.go#L2594: func (x *Cluster) GetLegacyAbac() *LegacyAbac {
cluster_service.pb.go#L2601: func (x *Cluster) GetNetworkPolicy() *NetworkPolicy {
cluster_service.pb.go#L2608: func (x *Cluster) GetIpAllocationPolicy() *IPAllocationPolicy {
cluster_service.pb.go#L2615: func (x *Cluster) GetMasterAuthorizedNetworksConfig() *MasterAuthorizedNetworksConfig {
cluster_service.pb.go#L2622: func (x *Cluster) GetMaintenancePolicy() *MaintenancePolicy {
cluster_service.pb.go#L2629: func (x *Cluster) GetBinaryAuthorization() *BinaryAuthorization {
cluster_service.pb.go#L2636: func (x *Cluster) GetAutoscaling() *ClusterAutoscaling {
cluster_service.pb.go#L2643: func (x *Cluster) GetNetworkConfig() *NetworkConfig {
cluster_service.pb.go#L2650: func (x *Cluster) GetDefaultMaxPodsConstraint() *MaxPodsConstraint {
cluster_service.pb.go#L2657: func (x *Cluster) GetResourceUsageExportConfig() *ResourceUsageExportConfig {
cluster_service.pb.go#L2664: func (x *Cluster) GetAuthenticatorGroupsConfig() *AuthenticatorGroupsConfig {
cluster_service.pb.go#L2671: func (x *Cluster) GetPrivateClusterConfig() *PrivateClusterConfig {
cluster_service.pb.go#L2678: func (x *Cluster) GetDatabaseEncryption() *DatabaseEncryption {
cluster_service.pb.go#L2685: func (x *Cluster) GetVerticalPodAutoscaling() *VerticalPodAutoscaling {
cluster_service.pb.go#L2692: func (x *Cluster) GetSelfLink() string {
cluster_service.pb.go#L2700: func (x *Cluster) GetZone() string {
cluster_service.pb.go#L2707: func (x *Cluster) GetEndpoint() string {
cluster_service.pb.go#L2714: func (x *Cluster) GetInitialClusterVersion() string {
cluster_service.pb.go#L2721: func (x *Cluster) GetCurrentMasterVersion() string {
cluster_service.pb.go#L2729: func (x *Cluster) GetCurrentNodeVersion() string {
cluster_service.pb.go#L2736: func (x *Cluster) GetCreateTime() string {
cluster_service.pb.go#L2743: func (x *Cluster) GetStatus() Cluster_Status {
cluster_service.pb.go#L2750: func (x *Cluster) GetStatusMessage() string {
cluster_service.pb.go#L2757: func (x *Cluster) GetNodeIpv4CidrSize() int32 {
cluster_service.pb.go#L2764: func (x *Cluster) GetServicesIpv4Cidr() string {
cluster_service.pb.go#L2772: func (x *Cluster) GetInstanceGroupUrls() []string {
cluster_service.pb.go#L2780: func (x *Cluster) GetCurrentNodeCount() int32 {
cluster_service.pb.go#L2787: func (x *Cluster) GetExpireTime() string {
cluster_service.pb.go#L2794: func (x *Cluster) GetLocation() string {
cluster_service.pb.go#L2801: func (x *Cluster) GetEnableTpu() bool {
cluster_service.pb.go#L2808: func (x *Cluster) GetTpuIpv4CidrBlock() string {
cluster_service.pb.go#L2815: func (x *Cluster) GetConditions() []*StatusCondition {
cluster_service.pb.go#L3242: Cluster *Cluster `protobuf:"bytes,3,opt,name=cluster,proto3" json:"cluster,omitempty"`
cluster_service.pb.go#L3296: func (x *CreateClusterRequest) GetCluster() *Cluster {
cluster_service.pb.go#L4573: Clusters []*Cluster `protobuf:"bytes,1,rep,name=clusters,proto3" json:"clusters,omitempty"`
cluster_service.pb.go#L4611: func (x *ListClustersResponse) GetClusters() []*Cluster {
cluster_service.pb.go#L10312: (*Cluster)(nil), // 28: google.container.v1.Cluster
cluster_service.pb.go#L10763: switch v := v.(*Cluster); i {
cluster_service.pb.go#L11572: GetCluster(ctx context.Context, in *GetClusterRequest, opts ...grpc.CallOption) (*Cluster, error)
cluster_service.pb.go#L11673: func (c *clusterManagerClient) GetCluster(ctx context.Context, in *GetClusterRequest, opts ...grpc.CallOption) (*Cluster, error) {
cluster_service.pb.go#L11674: out := new(Cluster)
cluster_service.pb.go#L11949: GetCluster(context.Context, *GetClusterRequest) (*Cluster, error)
cluster_service.pb.go#L12040: func (*UnimplementedClusterManagerServer) GetCluster(context.Context, *GetClusterRequest) (*Cluster, error) {
cloud.google.com/go/container/apiv1
cluster_manager_client.go#L320: func (c *ClusterManagerClient) GetCluster(ctx context.Context, req *containerpb.GetClusterRequest, opts ...gax.CallOption) (*containerpb.Cluster, error) {
cluster_manager_client.go#L329: var resp *containerpb.Cluster
 |
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. |