v1alpha1

package
v0.0.0-...-fba2ed5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 4, 2018 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Overview

Package v1alpha1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package v1alpha1 is a generated protocol buffer package.

It is generated from these files:

certificate.proto
cloud.proto
metadata.proto

It has these top-level messages:

CertificateListRequest
CertificateListResponse
CertificateDescribeRequest
CertificateDescribeResponse
Certificate
CertificateLoadRequest
CertificateDeleteRequest
CertificateDeployRequest
CredentialListResponse
CredentialDescribeRequest
CredentialDescribeResponse
CredentialCreateRequest
CredentialCreateResponse
CredentialUpdateRequest
CredentialUpdateResponse
CredentialDeleteRequest
CredentialDeleteResponse
ClusterListRequest
ClusterListResponse
ClusterDescribeRequest
ClusterDescribeResponse
ClusterCreateRequest
ClusterCreateResponse
ClusterUpdateRequest
ClusterUpdateResponse
ClusterDeleteRequest
ClusterDeleteResponse
ClusterApplyRequest
ClusterMetadataRequest
ClusterClientConfigRequest
ClusterClientConfigResponse
ClusterMetadataResponse
NodeGroupListRequest
NodeGroupListResponse
NodeGroupDescribeRequest
NodeGroupDescribeResponse
NodeGroupCreateRequest
NodeGroupCreateResponse
NodeGroupUpdateRequest
NodeGroupUpdateResponse
NodeGroupDeleteRequest
NodeGroupDeleteResponse
SSHConfigGetRequest
SSHConfigGetResponse
RegionListRequest
RegionListResponse
ZoneListRequest
ZoneListResponse
BucketListRequest
BucketListResponse

Package v1alpha1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package v1alpha1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package v1alpha1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package v1alpha1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package v1alpha1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExportCertificatesCorsPatterns

func ExportCertificatesCorsPatterns() []runtime.Pattern

ExportCertificatesCorsPatterns returns an array of grpc gatway mux patterns for Certificates service to enable CORS.

func ExportClustersCorsPatterns

func ExportClustersCorsPatterns() []runtime.Pattern

ExportClustersCorsPatterns returns an array of grpc gatway mux patterns for Clusters service to enable CORS.

func ExportCredentialsCorsPatterns

func ExportCredentialsCorsPatterns() []runtime.Pattern

ExportCredentialsCorsPatterns returns an array of grpc gatway mux patterns for Credentials service to enable CORS.

func ExportMetadataCorsPatterns

func ExportMetadataCorsPatterns() []runtime.Pattern

ExportMetadataCorsPatterns returns an array of grpc gatway mux patterns for Metadata service to enable CORS.

func ExportNodeGroupsCorsPatterns

func ExportNodeGroupsCorsPatterns() []runtime.Pattern

ExportNodeGroupsCorsPatterns returns an array of grpc gatway mux patterns for NodeGroups service to enable CORS.

func ExportSSHConfigCorsPatterns

func ExportSSHConfigCorsPatterns() []runtime.Pattern

ExportSSHConfigCorsPatterns returns an array of grpc gatway mux patterns for SSHConfig service to enable CORS.

func RegisterCertificatesHandler

func RegisterCertificatesHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCertificatesHandler registers the http handlers for service Certificates to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCertificatesHandlerClient

func RegisterCertificatesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CertificatesClient) error

RegisterCertificatesHandler registers the http handlers for service Certificates to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CertificatesClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CertificatesClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CertificatesClient" to call the correct interceptors.

func RegisterCertificatesHandlerFromEndpoint

func RegisterCertificatesHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCertificatesHandlerFromEndpoint is same as RegisterCertificatesHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCertificatesServer

func RegisterCertificatesServer(s *grpc.Server, srv CertificatesServer)

func RegisterClustersHandler

func RegisterClustersHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterClustersHandler registers the http handlers for service Clusters to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterClustersHandlerClient

func RegisterClustersHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ClustersClient) error

RegisterClustersHandler registers the http handlers for service Clusters to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ClustersClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ClustersClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ClustersClient" to call the correct interceptors.

func RegisterClustersHandlerFromEndpoint

func RegisterClustersHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterClustersHandlerFromEndpoint is same as RegisterClustersHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterClustersServer

func RegisterClustersServer(s *grpc.Server, srv ClustersServer)

func RegisterCredentialsHandler

func RegisterCredentialsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterCredentialsHandler registers the http handlers for service Credentials to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterCredentialsHandlerClient

func RegisterCredentialsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client CredentialsClient) error

RegisterCredentialsHandler registers the http handlers for service Credentials to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "CredentialsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "CredentialsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "CredentialsClient" to call the correct interceptors.

func RegisterCredentialsHandlerFromEndpoint

func RegisterCredentialsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterCredentialsHandlerFromEndpoint is same as RegisterCredentialsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterCredentialsServer

func RegisterCredentialsServer(s *grpc.Server, srv CredentialsServer)

func RegisterMetadataHandler

func RegisterMetadataHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterMetadataHandler registers the http handlers for service Metadata to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterMetadataHandlerClient

func RegisterMetadataHandlerClient(ctx context.Context, mux *runtime.ServeMux, client MetadataClient) error

RegisterMetadataHandler registers the http handlers for service Metadata to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "MetadataClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "MetadataClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "MetadataClient" to call the correct interceptors.

func RegisterMetadataHandlerFromEndpoint

func RegisterMetadataHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterMetadataHandlerFromEndpoint is same as RegisterMetadataHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterMetadataServer

func RegisterMetadataServer(s *grpc.Server, srv MetadataServer)

func RegisterNodeGroupsHandler

func RegisterNodeGroupsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterNodeGroupsHandler registers the http handlers for service NodeGroups to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterNodeGroupsHandlerClient

func RegisterNodeGroupsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client NodeGroupsClient) error

RegisterNodeGroupsHandler registers the http handlers for service NodeGroups to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "NodeGroupsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "NodeGroupsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "NodeGroupsClient" to call the correct interceptors.

func RegisterNodeGroupsHandlerFromEndpoint

func RegisterNodeGroupsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterNodeGroupsHandlerFromEndpoint is same as RegisterNodeGroupsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterNodeGroupsServer

func RegisterNodeGroupsServer(s *grpc.Server, srv NodeGroupsServer)

func RegisterSSHConfigHandler

func RegisterSSHConfigHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterSSHConfigHandler registers the http handlers for service SSHConfig to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterSSHConfigHandlerClient

func RegisterSSHConfigHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SSHConfigClient) error

RegisterSSHConfigHandler registers the http handlers for service SSHConfig to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SSHConfigClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SSHConfigClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SSHConfigClient" to call the correct interceptors.

func RegisterSSHConfigHandlerFromEndpoint

func RegisterSSHConfigHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterSSHConfigHandlerFromEndpoint is same as RegisterSSHConfigHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterSSHConfigServer

func RegisterSSHConfigServer(s *grpc.Server, srv SSHConfigServer)

Types

type BucketListRequest

type BucketListRequest struct {
	CloudCredential string `protobuf:"bytes,1,opt,name=cloud_credential,json=cloudCredential" json:"cloud_credential,omitempty"`
	GceProject      string `protobuf:"bytes,2,opt,name=gce_project,json=gceProject" json:"gce_project,omitempty"`
	ClusterUid      string `protobuf:"bytes,3,opt,name=cluster_uid,json=clusterUid" json:"cluster_uid,omitempty"`
	SecretNamespace string `protobuf:"bytes,4,opt,name=secret_namespace,json=secretNamespace" json:"secret_namespace,omitempty"`
	SecretName      string `protobuf:"bytes,5,opt,name=secret_name,json=secretName" json:"secret_name,omitempty"`
	Provider        string `protobuf:"bytes,6,opt,name=provider" json:"provider,omitempty"`
}

func (*BucketListRequest) Descriptor

func (*BucketListRequest) Descriptor() ([]byte, []int)

func (*BucketListRequest) GetCloudCredential

func (m *BucketListRequest) GetCloudCredential() string

func (*BucketListRequest) GetClusterUid

func (m *BucketListRequest) GetClusterUid() string

func (*BucketListRequest) GetGceProject

func (m *BucketListRequest) GetGceProject() string

func (*BucketListRequest) GetProvider

func (m *BucketListRequest) GetProvider() string

func (*BucketListRequest) GetSecretName

func (m *BucketListRequest) GetSecretName() string

func (*BucketListRequest) GetSecretNamespace

func (m *BucketListRequest) GetSecretNamespace() string

func (*BucketListRequest) IsRequest

func (m *BucketListRequest) IsRequest()

func (*BucketListRequest) ProtoMessage

func (*BucketListRequest) ProtoMessage()

func (*BucketListRequest) Reset

func (m *BucketListRequest) Reset()

func (*BucketListRequest) String

func (m *BucketListRequest) String() string

func (*BucketListRequest) Valid

func (m *BucketListRequest) Valid() (*gojsonschema.Result, error)

type BucketListResponse

type BucketListResponse struct {
	Names []string `protobuf:"bytes,1,rep,name=names" json:"names,omitempty"`
}

func (*BucketListResponse) Descriptor

func (*BucketListResponse) Descriptor() ([]byte, []int)

func (*BucketListResponse) GetNames

func (m *BucketListResponse) GetNames() []string

func (*BucketListResponse) ProtoMessage

func (*BucketListResponse) ProtoMessage()

func (*BucketListResponse) Reset

func (m *BucketListResponse) Reset()

func (*BucketListResponse) String

func (m *BucketListResponse) String() string

type Certificate

type Certificate struct {
	Phid       string `protobuf:"bytes,1,opt,name=phid" json:"phid,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	CommonName string `protobuf:"bytes,3,opt,name=common_name,json=commonName" json:"common_name,omitempty"`
	IssuedBy   string `protobuf:"bytes,4,opt,name=issued_by,json=issuedBy" json:"issued_by,omitempty"`
	ValidFrom  int64  `protobuf:"varint,5,opt,name=valid_from,json=validFrom" json:"valid_from,omitempty"`
	ExpireDate int64  `protobuf:"varint,6,opt,name=expire_date,json=expireDate" json:"expire_date,omitempty"`
	// those feilds will not included into list response.
	// only describe response will include the underlying
	// feilds.
	Sans         []string `protobuf:"bytes,7,rep,name=sans" json:"sans,omitempty"`
	Cert         string   `protobuf:"bytes,8,opt,name=cert" json:"cert,omitempty"`
	Key          string   `protobuf:"bytes,9,opt,name=key" json:"key,omitempty"`
	Version      int32    `protobuf:"varint,10,opt,name=version" json:"version,omitempty"`
	SerialNumber string   `protobuf:"bytes,11,opt,name=serial_number,json=serialNumber" json:"serial_number,omitempty"`
}

func (*Certificate) Descriptor

func (*Certificate) Descriptor() ([]byte, []int)

func (*Certificate) GetCert

func (m *Certificate) GetCert() string

func (*Certificate) GetCommonName

func (m *Certificate) GetCommonName() string

func (*Certificate) GetExpireDate

func (m *Certificate) GetExpireDate() int64

func (*Certificate) GetIssuedBy

func (m *Certificate) GetIssuedBy() string

func (*Certificate) GetKey

func (m *Certificate) GetKey() string

func (*Certificate) GetName

func (m *Certificate) GetName() string

func (*Certificate) GetPhid

func (m *Certificate) GetPhid() string

func (*Certificate) GetSans

func (m *Certificate) GetSans() []string

func (*Certificate) GetSerialNumber

func (m *Certificate) GetSerialNumber() string

func (*Certificate) GetValidFrom

func (m *Certificate) GetValidFrom() int64

func (*Certificate) GetVersion

func (m *Certificate) GetVersion() int32

func (*Certificate) ProtoMessage

func (*Certificate) ProtoMessage()

func (*Certificate) Reset

func (m *Certificate) Reset()

func (*Certificate) String

func (m *Certificate) String() string

type CertificateDeleteRequest

type CertificateDeleteRequest struct {
	Uid string `protobuf:"bytes,1,opt,name=uid" json:"uid,omitempty"`
}

func (*CertificateDeleteRequest) Descriptor

func (*CertificateDeleteRequest) Descriptor() ([]byte, []int)

func (*CertificateDeleteRequest) GetUid

func (m *CertificateDeleteRequest) GetUid() string

func (*CertificateDeleteRequest) IsRequest

func (m *CertificateDeleteRequest) IsRequest()

func (*CertificateDeleteRequest) ProtoMessage

func (*CertificateDeleteRequest) ProtoMessage()

func (*CertificateDeleteRequest) Reset

func (m *CertificateDeleteRequest) Reset()

func (*CertificateDeleteRequest) String

func (m *CertificateDeleteRequest) String() string

func (*CertificateDeleteRequest) Valid

type CertificateDeployRequest

type CertificateDeployRequest struct {
	Uid         string `protobuf:"bytes,1,opt,name=uid" json:"uid,omitempty"`
	SecretName  string `protobuf:"bytes,2,opt,name=secret_name,json=secretName" json:"secret_name,omitempty"`
	ClusterName string `protobuf:"bytes,3,opt,name=cluster_name,json=clusterName" json:"cluster_name,omitempty"`
	Namespace   string `protobuf:"bytes,4,opt,name=namespace" json:"namespace,omitempty"`
}

func (*CertificateDeployRequest) Descriptor

func (*CertificateDeployRequest) Descriptor() ([]byte, []int)

func (*CertificateDeployRequest) GetClusterName

func (m *CertificateDeployRequest) GetClusterName() string

func (*CertificateDeployRequest) GetNamespace

func (m *CertificateDeployRequest) GetNamespace() string

func (*CertificateDeployRequest) GetSecretName

func (m *CertificateDeployRequest) GetSecretName() string

func (*CertificateDeployRequest) GetUid

func (m *CertificateDeployRequest) GetUid() string

func (*CertificateDeployRequest) IsRequest

func (m *CertificateDeployRequest) IsRequest()

func (*CertificateDeployRequest) ProtoMessage

func (*CertificateDeployRequest) ProtoMessage()

func (*CertificateDeployRequest) Reset

func (m *CertificateDeployRequest) Reset()

func (*CertificateDeployRequest) String

func (m *CertificateDeployRequest) String() string

func (*CertificateDeployRequest) Valid

type CertificateDescribeRequest

type CertificateDescribeRequest struct {
	Uid string `protobuf:"bytes,1,opt,name=uid" json:"uid,omitempty"`
}

func (*CertificateDescribeRequest) Descriptor

func (*CertificateDescribeRequest) Descriptor() ([]byte, []int)

func (*CertificateDescribeRequest) GetUid

func (m *CertificateDescribeRequest) GetUid() string

func (*CertificateDescribeRequest) IsRequest

func (m *CertificateDescribeRequest) IsRequest()

func (*CertificateDescribeRequest) ProtoMessage

func (*CertificateDescribeRequest) ProtoMessage()

func (*CertificateDescribeRequest) Reset

func (m *CertificateDescribeRequest) Reset()

func (*CertificateDescribeRequest) String

func (m *CertificateDescribeRequest) String() string

func (*CertificateDescribeRequest) Valid

type CertificateDescribeResponse

type CertificateDescribeResponse struct {
	Certificate *Certificate `protobuf:"bytes,1,opt,name=certificate" json:"certificate,omitempty"`
}

func (*CertificateDescribeResponse) Descriptor

func (*CertificateDescribeResponse) Descriptor() ([]byte, []int)

func (*CertificateDescribeResponse) GetCertificate

func (m *CertificateDescribeResponse) GetCertificate() *Certificate

func (*CertificateDescribeResponse) ProtoMessage

func (*CertificateDescribeResponse) ProtoMessage()

func (*CertificateDescribeResponse) Reset

func (m *CertificateDescribeResponse) Reset()

func (*CertificateDescribeResponse) String

func (m *CertificateDescribeResponse) String() string

type CertificateListRequest

type CertificateListRequest struct {
}

func (*CertificateListRequest) Descriptor

func (*CertificateListRequest) Descriptor() ([]byte, []int)

func (*CertificateListRequest) IsRequest

func (m *CertificateListRequest) IsRequest()

func (*CertificateListRequest) ProtoMessage

func (*CertificateListRequest) ProtoMessage()

func (*CertificateListRequest) Reset

func (m *CertificateListRequest) Reset()

func (*CertificateListRequest) String

func (m *CertificateListRequest) String() string

func (*CertificateListRequest) Valid

type CertificateListResponse

type CertificateListResponse struct {
	Certificates []*Certificate `protobuf:"bytes,1,rep,name=certificates" json:"certificates,omitempty"`
}

func (*CertificateListResponse) Descriptor

func (*CertificateListResponse) Descriptor() ([]byte, []int)

func (*CertificateListResponse) GetCertificates

func (m *CertificateListResponse) GetCertificates() []*Certificate

func (*CertificateListResponse) ProtoMessage

func (*CertificateListResponse) ProtoMessage()

func (*CertificateListResponse) Reset

func (m *CertificateListResponse) Reset()

func (*CertificateListResponse) String

func (m *CertificateListResponse) String() string

type CertificateLoadRequest

type CertificateLoadRequest struct {
	Name     string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	CertData string `protobuf:"bytes,2,opt,name=cert_data,json=certData" json:"cert_data,omitempty"`
	KeyData  string `protobuf:"bytes,3,opt,name=key_data,json=keyData" json:"key_data,omitempty"`
}

func (*CertificateLoadRequest) Descriptor

func (*CertificateLoadRequest) Descriptor() ([]byte, []int)

func (*CertificateLoadRequest) GetCertData

func (m *CertificateLoadRequest) GetCertData() string

func (*CertificateLoadRequest) GetKeyData

func (m *CertificateLoadRequest) GetKeyData() string

func (*CertificateLoadRequest) GetName

func (m *CertificateLoadRequest) GetName() string

func (*CertificateLoadRequest) IsRequest

func (m *CertificateLoadRequest) IsRequest()

func (*CertificateLoadRequest) ProtoMessage

func (*CertificateLoadRequest) ProtoMessage()

func (*CertificateLoadRequest) Reset

func (m *CertificateLoadRequest) Reset()

func (*CertificateLoadRequest) String

func (m *CertificateLoadRequest) String() string

func (*CertificateLoadRequest) Valid

type ClusterApplyRequest

type ClusterApplyRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}

func (*ClusterApplyRequest) Descriptor

func (*ClusterApplyRequest) Descriptor() ([]byte, []int)

func (*ClusterApplyRequest) GetName

func (m *ClusterApplyRequest) GetName() string

func (*ClusterApplyRequest) IsRequest

func (m *ClusterApplyRequest) IsRequest()

func (*ClusterApplyRequest) ProtoMessage

func (*ClusterApplyRequest) ProtoMessage()

func (*ClusterApplyRequest) Reset

func (m *ClusterApplyRequest) Reset()

func (*ClusterApplyRequest) String

func (m *ClusterApplyRequest) String() string

func (*ClusterApplyRequest) Valid

type ClusterClientConfigRequest

type ClusterClientConfigRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}

func (*ClusterClientConfigRequest) Descriptor

func (*ClusterClientConfigRequest) Descriptor() ([]byte, []int)

func (*ClusterClientConfigRequest) GetName

func (m *ClusterClientConfigRequest) GetName() string

func (*ClusterClientConfigRequest) IsRequest

func (m *ClusterClientConfigRequest) IsRequest()

func (*ClusterClientConfigRequest) ProtoMessage

func (*ClusterClientConfigRequest) ProtoMessage()

func (*ClusterClientConfigRequest) Reset

func (m *ClusterClientConfigRequest) Reset()

func (*ClusterClientConfigRequest) String

func (m *ClusterClientConfigRequest) String() string

func (*ClusterClientConfigRequest) Valid

type ClusterClientConfigResponse

type ClusterClientConfigResponse struct {
	Config *github_com_pharmer_pharmer_apis_v1alpha1.KubeConfig `protobuf:"bytes,1,opt,name=config" json:"config,omitempty"`
}

func (*ClusterClientConfigResponse) Descriptor

func (*ClusterClientConfigResponse) Descriptor() ([]byte, []int)

func (*ClusterClientConfigResponse) GetConfig

func (*ClusterClientConfigResponse) ProtoMessage

func (*ClusterClientConfigResponse) ProtoMessage()

func (*ClusterClientConfigResponse) Reset

func (m *ClusterClientConfigResponse) Reset()

func (*ClusterClientConfigResponse) String

func (m *ClusterClientConfigResponse) String() string

type ClusterCreateRequest

type ClusterCreateRequest struct {
	Cluster *github_com_pharmer_pharmer_apis_v1alpha1.Cluster `protobuf:"bytes,1,opt,name=cluster" json:"cluster,omitempty"`
}

func (*ClusterCreateRequest) Descriptor

func (*ClusterCreateRequest) Descriptor() ([]byte, []int)

func (*ClusterCreateRequest) GetCluster

func (*ClusterCreateRequest) IsRequest

func (m *ClusterCreateRequest) IsRequest()

func (*ClusterCreateRequest) ProtoMessage

func (*ClusterCreateRequest) ProtoMessage()

func (*ClusterCreateRequest) Reset

func (m *ClusterCreateRequest) Reset()

func (*ClusterCreateRequest) String

func (m *ClusterCreateRequest) String() string

func (*ClusterCreateRequest) Valid

type ClusterCreateResponse

type ClusterCreateResponse struct {
	Cluster *github_com_pharmer_pharmer_apis_v1alpha1.Cluster `protobuf:"bytes,1,opt,name=cluster" json:"cluster,omitempty"`
}

func (*ClusterCreateResponse) Descriptor

func (*ClusterCreateResponse) Descriptor() ([]byte, []int)

func (*ClusterCreateResponse) GetCluster

func (*ClusterCreateResponse) ProtoMessage

func (*ClusterCreateResponse) ProtoMessage()

func (*ClusterCreateResponse) Reset

func (m *ClusterCreateResponse) Reset()

func (*ClusterCreateResponse) String

func (m *ClusterCreateResponse) String() string

type ClusterDeleteRequest

type ClusterDeleteRequest struct {
	Name                 string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	ReleaseReservedIP    bool   `protobuf:"varint,2,opt,name=releaseReservedIP" json:"releaseReservedIP,omitempty"`
	Force                bool   `protobuf:"varint,3,opt,name=force" json:"force,omitempty"`
	KeepLodabalancers    bool   `protobuf:"varint,4,opt,name=keepLodabalancers" json:"keepLodabalancers,omitempty"`
	DeleteDynamicVolumes bool   `protobuf:"varint,5,opt,name=deleteDynamicVolumes" json:"deleteDynamicVolumes,omitempty"`
}

func (*ClusterDeleteRequest) Descriptor

func (*ClusterDeleteRequest) Descriptor() ([]byte, []int)

func (*ClusterDeleteRequest) GetDeleteDynamicVolumes

func (m *ClusterDeleteRequest) GetDeleteDynamicVolumes() bool

func (*ClusterDeleteRequest) GetForce

func (m *ClusterDeleteRequest) GetForce() bool

func (*ClusterDeleteRequest) GetKeepLodabalancers

func (m *ClusterDeleteRequest) GetKeepLodabalancers() bool

func (*ClusterDeleteRequest) GetName

func (m *ClusterDeleteRequest) GetName() string

func (*ClusterDeleteRequest) GetReleaseReservedIP

func (m *ClusterDeleteRequest) GetReleaseReservedIP() bool

func (*ClusterDeleteRequest) IsRequest

func (m *ClusterDeleteRequest) IsRequest()

func (*ClusterDeleteRequest) ProtoMessage

func (*ClusterDeleteRequest) ProtoMessage()

func (*ClusterDeleteRequest) Reset

func (m *ClusterDeleteRequest) Reset()

func (*ClusterDeleteRequest) String

func (m *ClusterDeleteRequest) String() string

func (*ClusterDeleteRequest) Valid

type ClusterDeleteResponse

type ClusterDeleteResponse struct {
	Cluster *github_com_pharmer_pharmer_apis_v1alpha1.Cluster `protobuf:"bytes,1,opt,name=cluster" json:"cluster,omitempty"`
}

func (*ClusterDeleteResponse) Descriptor

func (*ClusterDeleteResponse) Descriptor() ([]byte, []int)

func (*ClusterDeleteResponse) GetCluster

func (*ClusterDeleteResponse) ProtoMessage

func (*ClusterDeleteResponse) ProtoMessage()

func (*ClusterDeleteResponse) Reset

func (m *ClusterDeleteResponse) Reset()

func (*ClusterDeleteResponse) String

func (m *ClusterDeleteResponse) String() string

type ClusterDescribeRequest

type ClusterDescribeRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}

func (*ClusterDescribeRequest) Descriptor

func (*ClusterDescribeRequest) Descriptor() ([]byte, []int)

func (*ClusterDescribeRequest) GetName

func (m *ClusterDescribeRequest) GetName() string

func (*ClusterDescribeRequest) IsRequest

func (m *ClusterDescribeRequest) IsRequest()

func (*ClusterDescribeRequest) ProtoMessage

func (*ClusterDescribeRequest) ProtoMessage()

func (*ClusterDescribeRequest) Reset

func (m *ClusterDescribeRequest) Reset()

func (*ClusterDescribeRequest) String

func (m *ClusterDescribeRequest) String() string

func (*ClusterDescribeRequest) Valid

type ClusterDescribeResponse

type ClusterDescribeResponse struct {
	Cluster *github_com_pharmer_pharmer_apis_v1alpha1.Cluster `protobuf:"bytes,1,opt,name=cluster" json:"cluster,omitempty"`
}

func (*ClusterDescribeResponse) Descriptor

func (*ClusterDescribeResponse) Descriptor() ([]byte, []int)

func (*ClusterDescribeResponse) GetCluster

func (*ClusterDescribeResponse) ProtoMessage

func (*ClusterDescribeResponse) ProtoMessage()

func (*ClusterDescribeResponse) Reset

func (m *ClusterDescribeResponse) Reset()

func (*ClusterDescribeResponse) String

func (m *ClusterDescribeResponse) String() string

type ClusterListRequest

type ClusterListRequest struct {
	Status []string `protobuf:"bytes,1,rep,name=status" json:"status,omitempty"`
}

func (*ClusterListRequest) Descriptor

func (*ClusterListRequest) Descriptor() ([]byte, []int)

func (*ClusterListRequest) GetStatus

func (m *ClusterListRequest) GetStatus() []string

func (*ClusterListRequest) IsRequest

func (m *ClusterListRequest) IsRequest()

func (*ClusterListRequest) ProtoMessage

func (*ClusterListRequest) ProtoMessage()

func (*ClusterListRequest) Reset

func (m *ClusterListRequest) Reset()

func (*ClusterListRequest) String

func (m *ClusterListRequest) String() string

func (*ClusterListRequest) Valid

type ClusterListResponse

type ClusterListResponse struct {
	Clusters []*github_com_pharmer_pharmer_apis_v1alpha1.Cluster `protobuf:"bytes,1,rep,name=clusters" json:"clusters,omitempty"`
}

func (*ClusterListResponse) Descriptor

func (*ClusterListResponse) Descriptor() ([]byte, []int)

func (*ClusterListResponse) GetClusters

func (*ClusterListResponse) ProtoMessage

func (*ClusterListResponse) ProtoMessage()

func (*ClusterListResponse) Reset

func (m *ClusterListResponse) Reset()

func (*ClusterListResponse) String

func (m *ClusterListResponse) String() string

type ClusterMetadataRequest

type ClusterMetadataRequest struct {
	Uid string `protobuf:"bytes,1,opt,name=uid" json:"uid,omitempty"`
}

func (*ClusterMetadataRequest) Descriptor

func (*ClusterMetadataRequest) Descriptor() ([]byte, []int)

func (*ClusterMetadataRequest) GetUid

func (m *ClusterMetadataRequest) GetUid() string

func (*ClusterMetadataRequest) IsRequest

func (m *ClusterMetadataRequest) IsRequest()

func (*ClusterMetadataRequest) ProtoMessage

func (*ClusterMetadataRequest) ProtoMessage()

func (*ClusterMetadataRequest) Reset

func (m *ClusterMetadataRequest) Reset()

func (*ClusterMetadataRequest) String

func (m *ClusterMetadataRequest) String() string

func (*ClusterMetadataRequest) Valid

type ClusterMetadataResponse

type ClusterMetadataResponse struct {
	Config                    *ClusterMetadataResponse_KubedConfig                `protobuf:"bytes,1,opt,name=config" json:"config,omitempty"`
	CustomResourceDefinitions []string                                            `protobuf:"bytes,2,rep,name=customResourceDefinitions" json:"customResourceDefinitions,omitempty"`
	Upgrades                  []*github_com_pharmer_pharmer_apis_v1alpha1.Upgrade `protobuf:"bytes,3,rep,name=upgrades" json:"upgrades,omitempty"`
}

func (*ClusterMetadataResponse) Descriptor

func (*ClusterMetadataResponse) Descriptor() ([]byte, []int)

func (*ClusterMetadataResponse) GetConfig

func (*ClusterMetadataResponse) GetCustomResourceDefinitions

func (m *ClusterMetadataResponse) GetCustomResourceDefinitions() []string

func (*ClusterMetadataResponse) GetUpgrades

func (*ClusterMetadataResponse) ProtoMessage

func (*ClusterMetadataResponse) ProtoMessage()

func (*ClusterMetadataResponse) Reset

func (m *ClusterMetadataResponse) Reset()

func (*ClusterMetadataResponse) String

func (m *ClusterMetadataResponse) String() string

type ClusterMetadataResponse_KubedConfig

type ClusterMetadataResponse_KubedConfig struct {
	Version             *appscode_version.Version `protobuf:"bytes,1,opt,name=version" json:"version,omitempty"`
	SearchEnabled       bool                      `protobuf:"varint,3,opt,name=searchEnabled" json:"searchEnabled,omitempty"`
	ReverseIndexEnabled bool                      `protobuf:"varint,4,opt,name=reverseIndexEnabled" json:"reverseIndexEnabled,omitempty"`
	AnalyticsEnabled    bool                      `protobuf:"varint,5,opt,name=analyticsEnabled" json:"analyticsEnabled,omitempty"`
}

func (*ClusterMetadataResponse_KubedConfig) Descriptor

func (*ClusterMetadataResponse_KubedConfig) Descriptor() ([]byte, []int)

func (*ClusterMetadataResponse_KubedConfig) GetAnalyticsEnabled

func (m *ClusterMetadataResponse_KubedConfig) GetAnalyticsEnabled() bool

func (*ClusterMetadataResponse_KubedConfig) GetReverseIndexEnabled

func (m *ClusterMetadataResponse_KubedConfig) GetReverseIndexEnabled() bool

func (*ClusterMetadataResponse_KubedConfig) GetSearchEnabled

func (m *ClusterMetadataResponse_KubedConfig) GetSearchEnabled() bool

func (*ClusterMetadataResponse_KubedConfig) GetVersion

func (*ClusterMetadataResponse_KubedConfig) ProtoMessage

func (*ClusterMetadataResponse_KubedConfig) ProtoMessage()

func (*ClusterMetadataResponse_KubedConfig) Reset

func (*ClusterMetadataResponse_KubedConfig) String

type ClusterUpdateRequest

type ClusterUpdateRequest struct {
	Cluster *github_com_pharmer_pharmer_apis_v1alpha1.Cluster `protobuf:"bytes,1,opt,name=cluster" json:"cluster,omitempty"`
}

func (*ClusterUpdateRequest) Descriptor

func (*ClusterUpdateRequest) Descriptor() ([]byte, []int)

func (*ClusterUpdateRequest) GetCluster

func (*ClusterUpdateRequest) IsRequest

func (m *ClusterUpdateRequest) IsRequest()

func (*ClusterUpdateRequest) ProtoMessage

func (*ClusterUpdateRequest) ProtoMessage()

func (*ClusterUpdateRequest) Reset

func (m *ClusterUpdateRequest) Reset()

func (*ClusterUpdateRequest) String

func (m *ClusterUpdateRequest) String() string

func (*ClusterUpdateRequest) Valid

type ClusterUpdateResponse

type ClusterUpdateResponse struct {
	Cluster *github_com_pharmer_pharmer_apis_v1alpha1.Cluster `protobuf:"bytes,1,opt,name=cluster" json:"cluster,omitempty"`
}

func (*ClusterUpdateResponse) Descriptor

func (*ClusterUpdateResponse) Descriptor() ([]byte, []int)

func (*ClusterUpdateResponse) GetCluster

func (*ClusterUpdateResponse) ProtoMessage

func (*ClusterUpdateResponse) ProtoMessage()

func (*ClusterUpdateResponse) Reset

func (m *ClusterUpdateResponse) Reset()

func (*ClusterUpdateResponse) String

func (m *ClusterUpdateResponse) String() string

type CredentialCreateRequest

type CredentialCreateRequest struct {
	Credential *github_com_pharmer_pharmer_apis_v1alpha1.Credential `protobuf:"bytes,1,opt,name=credential" json:"credential,omitempty"`
}

func (*CredentialCreateRequest) Descriptor

func (*CredentialCreateRequest) Descriptor() ([]byte, []int)

func (*CredentialCreateRequest) GetCredential

func (*CredentialCreateRequest) IsRequest

func (m *CredentialCreateRequest) IsRequest()

func (*CredentialCreateRequest) ProtoMessage

func (*CredentialCreateRequest) ProtoMessage()

func (*CredentialCreateRequest) Reset

func (m *CredentialCreateRequest) Reset()

func (*CredentialCreateRequest) String

func (m *CredentialCreateRequest) String() string

func (*CredentialCreateRequest) Valid

type CredentialCreateResponse

type CredentialCreateResponse struct {
	Credential *github_com_pharmer_pharmer_apis_v1alpha1.Credential `protobuf:"bytes,1,opt,name=credential" json:"credential,omitempty"`
}

func (*CredentialCreateResponse) Descriptor

func (*CredentialCreateResponse) Descriptor() ([]byte, []int)

func (*CredentialCreateResponse) GetCredential

func (*CredentialCreateResponse) ProtoMessage

func (*CredentialCreateResponse) ProtoMessage()

func (*CredentialCreateResponse) Reset

func (m *CredentialCreateResponse) Reset()

func (*CredentialCreateResponse) String

func (m *CredentialCreateResponse) String() string

type CredentialDeleteRequest

type CredentialDeleteRequest struct {
	Name                 string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	ReleaseReservedIp    bool   `protobuf:"varint,2,opt,name=release_reserved_ip,json=releaseReservedIp" json:"release_reserved_ip,omitempty"`
	Force                bool   `protobuf:"varint,3,opt,name=force" json:"force,omitempty"`
	KeepLodabalancers    bool   `protobuf:"varint,4,opt,name=keep_lodabalancers,json=keepLodabalancers" json:"keep_lodabalancers,omitempty"`
	DeleteDynamicVolumes bool   `protobuf:"varint,5,opt,name=delete_dynamic_volumes,json=deleteDynamicVolumes" json:"delete_dynamic_volumes,omitempty"`
}

func (*CredentialDeleteRequest) Descriptor

func (*CredentialDeleteRequest) Descriptor() ([]byte, []int)

func (*CredentialDeleteRequest) GetDeleteDynamicVolumes

func (m *CredentialDeleteRequest) GetDeleteDynamicVolumes() bool

func (*CredentialDeleteRequest) GetForce

func (m *CredentialDeleteRequest) GetForce() bool

func (*CredentialDeleteRequest) GetKeepLodabalancers

func (m *CredentialDeleteRequest) GetKeepLodabalancers() bool

func (*CredentialDeleteRequest) GetName

func (m *CredentialDeleteRequest) GetName() string

func (*CredentialDeleteRequest) GetReleaseReservedIp

func (m *CredentialDeleteRequest) GetReleaseReservedIp() bool

func (*CredentialDeleteRequest) IsRequest

func (m *CredentialDeleteRequest) IsRequest()

func (*CredentialDeleteRequest) ProtoMessage

func (*CredentialDeleteRequest) ProtoMessage()

func (*CredentialDeleteRequest) Reset

func (m *CredentialDeleteRequest) Reset()

func (*CredentialDeleteRequest) String

func (m *CredentialDeleteRequest) String() string

func (*CredentialDeleteRequest) Valid

type CredentialDeleteResponse

type CredentialDeleteResponse struct {
	Credential *github_com_pharmer_pharmer_apis_v1alpha1.Credential `protobuf:"bytes,1,opt,name=credential" json:"credential,omitempty"`
}

func (*CredentialDeleteResponse) Descriptor

func (*CredentialDeleteResponse) Descriptor() ([]byte, []int)

func (*CredentialDeleteResponse) GetCredential

func (*CredentialDeleteResponse) ProtoMessage

func (*CredentialDeleteResponse) ProtoMessage()

func (*CredentialDeleteResponse) Reset

func (m *CredentialDeleteResponse) Reset()

func (*CredentialDeleteResponse) String

func (m *CredentialDeleteResponse) String() string

type CredentialDescribeRequest

type CredentialDescribeRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
}

func (*CredentialDescribeRequest) Descriptor

func (*CredentialDescribeRequest) Descriptor() ([]byte, []int)

func (*CredentialDescribeRequest) GetName

func (m *CredentialDescribeRequest) GetName() string

func (*CredentialDescribeRequest) IsRequest

func (m *CredentialDescribeRequest) IsRequest()

func (*CredentialDescribeRequest) ProtoMessage

func (*CredentialDescribeRequest) ProtoMessage()

func (*CredentialDescribeRequest) Reset

func (m *CredentialDescribeRequest) Reset()

func (*CredentialDescribeRequest) String

func (m *CredentialDescribeRequest) String() string

func (*CredentialDescribeRequest) Valid

type CredentialDescribeResponse

type CredentialDescribeResponse struct {
	Credential *github_com_pharmer_pharmer_apis_v1alpha1.Credential `protobuf:"bytes,1,opt,name=credential" json:"credential,omitempty"`
}

func (*CredentialDescribeResponse) Descriptor

func (*CredentialDescribeResponse) Descriptor() ([]byte, []int)

func (*CredentialDescribeResponse) GetCredential

func (*CredentialDescribeResponse) ProtoMessage

func (*CredentialDescribeResponse) ProtoMessage()

func (*CredentialDescribeResponse) Reset

func (m *CredentialDescribeResponse) Reset()

func (*CredentialDescribeResponse) String

func (m *CredentialDescribeResponse) String() string

type CredentialListResponse

type CredentialListResponse struct {
	Credentials []*github_com_pharmer_pharmer_apis_v1alpha1.Credential `protobuf:"bytes,1,rep,name=credentials" json:"credentials,omitempty"`
}

func (*CredentialListResponse) Descriptor

func (*CredentialListResponse) Descriptor() ([]byte, []int)

func (*CredentialListResponse) GetCredentials

func (*CredentialListResponse) ProtoMessage

func (*CredentialListResponse) ProtoMessage()

func (*CredentialListResponse) Reset

func (m *CredentialListResponse) Reset()

func (*CredentialListResponse) String

func (m *CredentialListResponse) String() string

type CredentialUpdateRequest

type CredentialUpdateRequest struct {
	Credential *github_com_pharmer_pharmer_apis_v1alpha1.Credential `protobuf:"bytes,1,opt,name=credential" json:"credential,omitempty"`
}

func (*CredentialUpdateRequest) Descriptor

func (*CredentialUpdateRequest) Descriptor() ([]byte, []int)

func (*CredentialUpdateRequest) GetCredential

func (*CredentialUpdateRequest) IsRequest

func (m *CredentialUpdateRequest) IsRequest()

func (*CredentialUpdateRequest) ProtoMessage

func (*CredentialUpdateRequest) ProtoMessage()

func (*CredentialUpdateRequest) Reset

func (m *CredentialUpdateRequest) Reset()

func (*CredentialUpdateRequest) String

func (m *CredentialUpdateRequest) String() string

func (*CredentialUpdateRequest) Valid

type CredentialUpdateResponse

type CredentialUpdateResponse struct {
	Credential *github_com_pharmer_pharmer_apis_v1alpha1.Credential `protobuf:"bytes,1,opt,name=credential" json:"credential,omitempty"`
}

func (*CredentialUpdateResponse) Descriptor

func (*CredentialUpdateResponse) Descriptor() ([]byte, []int)

func (*CredentialUpdateResponse) GetCredential

func (*CredentialUpdateResponse) ProtoMessage

func (*CredentialUpdateResponse) ProtoMessage()

func (*CredentialUpdateResponse) Reset

func (m *CredentialUpdateResponse) Reset()

func (*CredentialUpdateResponse) String

func (m *CredentialUpdateResponse) String() string

type MetadataClient

type MetadataClient interface {
	ListRegions(ctx context.Context, in *RegionListRequest, opts ...grpc.CallOption) (*RegionListResponse, error)
	ListZones(ctx context.Context, in *ZoneListRequest, opts ...grpc.CallOption) (*ZoneListResponse, error)
	ListBuckets(ctx context.Context, in *BucketListRequest, opts ...grpc.CallOption) (*BucketListResponse, error)
}

func NewMetadataClient

func NewMetadataClient(cc *grpc.ClientConn) MetadataClient

type NodeGroupCreateRequest

type NodeGroupCreateRequest struct {
	NodeGroup *github_com_pharmer_pharmer_apis_v1alpha1.NodeGroup `protobuf:"bytes,1,opt,name=nodeGroup" json:"nodeGroup,omitempty"`
}

func (*NodeGroupCreateRequest) Descriptor

func (*NodeGroupCreateRequest) Descriptor() ([]byte, []int)

func (*NodeGroupCreateRequest) GetNodeGroup

func (*NodeGroupCreateRequest) IsRequest

func (m *NodeGroupCreateRequest) IsRequest()

func (*NodeGroupCreateRequest) ProtoMessage

func (*NodeGroupCreateRequest) ProtoMessage()

func (*NodeGroupCreateRequest) Reset

func (m *NodeGroupCreateRequest) Reset()

func (*NodeGroupCreateRequest) String

func (m *NodeGroupCreateRequest) String() string

func (*NodeGroupCreateRequest) Valid

type NodeGroupCreateResponse

type NodeGroupCreateResponse struct {
	NodeGroup *github_com_pharmer_pharmer_apis_v1alpha1.NodeGroup `protobuf:"bytes,1,opt,name=nodeGroup" json:"nodeGroup,omitempty"`
}

func (*NodeGroupCreateResponse) Descriptor

func (*NodeGroupCreateResponse) Descriptor() ([]byte, []int)

func (*NodeGroupCreateResponse) GetNodeGroup

func (*NodeGroupCreateResponse) ProtoMessage

func (*NodeGroupCreateResponse) ProtoMessage()

func (*NodeGroupCreateResponse) Reset

func (m *NodeGroupCreateResponse) Reset()

func (*NodeGroupCreateResponse) String

func (m *NodeGroupCreateResponse) String() string

type NodeGroupDeleteRequest

type NodeGroupDeleteRequest struct {
	ClusterName string `protobuf:"bytes,1,opt,name=clusterName" json:"clusterName,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
}

func (*NodeGroupDeleteRequest) Descriptor

func (*NodeGroupDeleteRequest) Descriptor() ([]byte, []int)

func (*NodeGroupDeleteRequest) GetClusterName

func (m *NodeGroupDeleteRequest) GetClusterName() string

func (*NodeGroupDeleteRequest) GetName

func (m *NodeGroupDeleteRequest) GetName() string

func (*NodeGroupDeleteRequest) IsRequest

func (m *NodeGroupDeleteRequest) IsRequest()

func (*NodeGroupDeleteRequest) ProtoMessage

func (*NodeGroupDeleteRequest) ProtoMessage()

func (*NodeGroupDeleteRequest) Reset

func (m *NodeGroupDeleteRequest) Reset()

func (*NodeGroupDeleteRequest) String

func (m *NodeGroupDeleteRequest) String() string

func (*NodeGroupDeleteRequest) Valid

type NodeGroupDeleteResponse

type NodeGroupDeleteResponse struct {
	NodeGroup *github_com_pharmer_pharmer_apis_v1alpha1.NodeGroup `protobuf:"bytes,1,opt,name=nodeGroup" json:"nodeGroup,omitempty"`
}

func (*NodeGroupDeleteResponse) Descriptor

func (*NodeGroupDeleteResponse) Descriptor() ([]byte, []int)

func (*NodeGroupDeleteResponse) GetNodeGroup

func (*NodeGroupDeleteResponse) ProtoMessage

func (*NodeGroupDeleteResponse) ProtoMessage()

func (*NodeGroupDeleteResponse) Reset

func (m *NodeGroupDeleteResponse) Reset()

func (*NodeGroupDeleteResponse) String

func (m *NodeGroupDeleteResponse) String() string

type NodeGroupDescribeRequest

type NodeGroupDescribeRequest struct {
	ClusterName string `protobuf:"bytes,1,opt,name=clusterName" json:"clusterName,omitempty"`
	Name        string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
}

func (*NodeGroupDescribeRequest) Descriptor

func (*NodeGroupDescribeRequest) Descriptor() ([]byte, []int)

func (*NodeGroupDescribeRequest) GetClusterName

func (m *NodeGroupDescribeRequest) GetClusterName() string

func (*NodeGroupDescribeRequest) GetName

func (m *NodeGroupDescribeRequest) GetName() string

func (*NodeGroupDescribeRequest) IsRequest

func (m *NodeGroupDescribeRequest) IsRequest()

func (*NodeGroupDescribeRequest) ProtoMessage

func (*NodeGroupDescribeRequest) ProtoMessage()

func (*NodeGroupDescribeRequest) Reset

func (m *NodeGroupDescribeRequest) Reset()

func (*NodeGroupDescribeRequest) String

func (m *NodeGroupDescribeRequest) String() string

func (*NodeGroupDescribeRequest) Valid

type NodeGroupDescribeResponse

type NodeGroupDescribeResponse struct {
	NodeGroup *github_com_pharmer_pharmer_apis_v1alpha1.NodeGroup `protobuf:"bytes,1,opt,name=nodeGroup" json:"nodeGroup,omitempty"`
}

func (*NodeGroupDescribeResponse) Descriptor

func (*NodeGroupDescribeResponse) Descriptor() ([]byte, []int)

func (*NodeGroupDescribeResponse) GetNodeGroup

func (*NodeGroupDescribeResponse) ProtoMessage

func (*NodeGroupDescribeResponse) ProtoMessage()

func (*NodeGroupDescribeResponse) Reset

func (m *NodeGroupDescribeResponse) Reset()

func (*NodeGroupDescribeResponse) String

func (m *NodeGroupDescribeResponse) String() string

type NodeGroupListRequest

type NodeGroupListRequest struct {
	ClusterName string   `protobuf:"bytes,1,opt,name=clusterName" json:"clusterName,omitempty"`
	Status      []string `protobuf:"bytes,2,rep,name=status" json:"status,omitempty"`
}

func (*NodeGroupListRequest) Descriptor

func (*NodeGroupListRequest) Descriptor() ([]byte, []int)

func (*NodeGroupListRequest) GetClusterName

func (m *NodeGroupListRequest) GetClusterName() string

func (*NodeGroupListRequest) GetStatus

func (m *NodeGroupListRequest) GetStatus() []string

func (*NodeGroupListRequest) IsRequest

func (m *NodeGroupListRequest) IsRequest()

func (*NodeGroupListRequest) ProtoMessage

func (*NodeGroupListRequest) ProtoMessage()

func (*NodeGroupListRequest) Reset

func (m *NodeGroupListRequest) Reset()

func (*NodeGroupListRequest) String

func (m *NodeGroupListRequest) String() string

func (*NodeGroupListRequest) Valid

type NodeGroupListResponse

type NodeGroupListResponse struct {
	NodeGroups []*github_com_pharmer_pharmer_apis_v1alpha1.NodeGroup `protobuf:"bytes,1,rep,name=nodeGroups" json:"nodeGroups,omitempty"`
}

func (*NodeGroupListResponse) Descriptor

func (*NodeGroupListResponse) Descriptor() ([]byte, []int)

func (*NodeGroupListResponse) GetNodeGroups

func (*NodeGroupListResponse) ProtoMessage

func (*NodeGroupListResponse) ProtoMessage()

func (*NodeGroupListResponse) Reset

func (m *NodeGroupListResponse) Reset()

func (*NodeGroupListResponse) String

func (m *NodeGroupListResponse) String() string

type NodeGroupUpdateRequest

type NodeGroupUpdateRequest struct {
	NodeGroup *github_com_pharmer_pharmer_apis_v1alpha1.NodeGroup `protobuf:"bytes,1,opt,name=nodeGroup" json:"nodeGroup,omitempty"`
}

func (*NodeGroupUpdateRequest) Descriptor

func (*NodeGroupUpdateRequest) Descriptor() ([]byte, []int)

func (*NodeGroupUpdateRequest) GetNodeGroup

func (*NodeGroupUpdateRequest) IsRequest

func (m *NodeGroupUpdateRequest) IsRequest()

func (*NodeGroupUpdateRequest) ProtoMessage

func (*NodeGroupUpdateRequest) ProtoMessage()

func (*NodeGroupUpdateRequest) Reset

func (m *NodeGroupUpdateRequest) Reset()

func (*NodeGroupUpdateRequest) String

func (m *NodeGroupUpdateRequest) String() string

func (*NodeGroupUpdateRequest) Valid

type NodeGroupUpdateResponse

type NodeGroupUpdateResponse struct {
	NodeGroup *github_com_pharmer_pharmer_apis_v1alpha1.NodeGroup `protobuf:"bytes,1,opt,name=nodeGroup" json:"nodeGroup,omitempty"`
}

func (*NodeGroupUpdateResponse) Descriptor

func (*NodeGroupUpdateResponse) Descriptor() ([]byte, []int)

func (*NodeGroupUpdateResponse) GetNodeGroup

func (*NodeGroupUpdateResponse) ProtoMessage

func (*NodeGroupUpdateResponse) ProtoMessage()

func (*NodeGroupUpdateResponse) Reset

func (m *NodeGroupUpdateResponse) Reset()

func (*NodeGroupUpdateResponse) String

func (m *NodeGroupUpdateResponse) String() string

type RegionListRequest

type RegionListRequest struct {
	CloudCredential string `protobuf:"bytes,1,opt,name=cloud_credential,json=cloudCredential" json:"cloud_credential,omitempty"`
}

func (*RegionListRequest) Descriptor

func (*RegionListRequest) Descriptor() ([]byte, []int)

func (*RegionListRequest) GetCloudCredential

func (m *RegionListRequest) GetCloudCredential() string

func (*RegionListRequest) IsRequest

func (m *RegionListRequest) IsRequest()

func (*RegionListRequest) ProtoMessage

func (*RegionListRequest) ProtoMessage()

func (*RegionListRequest) Reset

func (m *RegionListRequest) Reset()

func (*RegionListRequest) String

func (m *RegionListRequest) String() string

func (*RegionListRequest) Valid

func (m *RegionListRequest) Valid() (*gojsonschema.Result, error)

type RegionListResponse

type RegionListResponse struct {
	Regions []string `protobuf:"bytes,1,rep,name=regions" json:"regions,omitempty"`
}

func (*RegionListResponse) Descriptor

func (*RegionListResponse) Descriptor() ([]byte, []int)

func (*RegionListResponse) GetRegions

func (m *RegionListResponse) GetRegions() []string

func (*RegionListResponse) ProtoMessage

func (*RegionListResponse) ProtoMessage()

func (*RegionListResponse) Reset

func (m *RegionListResponse) Reset()

func (*RegionListResponse) String

func (m *RegionListResponse) String() string

type SSHConfigClient

type SSHConfigClient interface {
	Get(ctx context.Context, in *SSHConfigGetRequest, opts ...grpc.CallOption) (*SSHConfigGetResponse, error)
}

func NewSSHConfigClient

func NewSSHConfigClient(cc *grpc.ClientConn) SSHConfigClient

type SSHConfigGetRequest

type SSHConfigGetRequest struct {
	ClusterName string `protobuf:"bytes,1,opt,name=clusterName" json:"clusterName,omitempty"`
	NodeName    string `protobuf:"bytes,2,opt,name=nodeName" json:"nodeName,omitempty"`
}

func (*SSHConfigGetRequest) Descriptor

func (*SSHConfigGetRequest) Descriptor() ([]byte, []int)

func (*SSHConfigGetRequest) GetClusterName

func (m *SSHConfigGetRequest) GetClusterName() string

func (*SSHConfigGetRequest) GetNodeName

func (m *SSHConfigGetRequest) GetNodeName() string

func (*SSHConfigGetRequest) IsRequest

func (m *SSHConfigGetRequest) IsRequest()

func (*SSHConfigGetRequest) ProtoMessage

func (*SSHConfigGetRequest) ProtoMessage()

func (*SSHConfigGetRequest) Reset

func (m *SSHConfigGetRequest) Reset()

func (*SSHConfigGetRequest) String

func (m *SSHConfigGetRequest) String() string

func (*SSHConfigGetRequest) Valid

type SSHConfigGetResponse

type SSHConfigGetResponse struct {
	Config *github_com_pharmer_pharmer_apis_v1alpha1.SSHConfig `protobuf:"bytes,1,opt,name=config" json:"config,omitempty"`
}

func (*SSHConfigGetResponse) Descriptor

func (*SSHConfigGetResponse) Descriptor() ([]byte, []int)

func (*SSHConfigGetResponse) GetConfig

func (*SSHConfigGetResponse) ProtoMessage

func (*SSHConfigGetResponse) ProtoMessage()

func (*SSHConfigGetResponse) Reset

func (m *SSHConfigGetResponse) Reset()

func (*SSHConfigGetResponse) String

func (m *SSHConfigGetResponse) String() string

type SSHConfigServer

type SSHConfigServer interface {
	Get(context.Context, *SSHConfigGetRequest) (*SSHConfigGetResponse, error)
}

type ZoneListRequest

type ZoneListRequest struct {
	CloudCredential string `protobuf:"bytes,1,opt,name=cloud_credential,json=cloudCredential" json:"cloud_credential,omitempty"`
	Region          string `protobuf:"bytes,2,opt,name=region" json:"region,omitempty"`
}

func (*ZoneListRequest) Descriptor

func (*ZoneListRequest) Descriptor() ([]byte, []int)

func (*ZoneListRequest) GetCloudCredential

func (m *ZoneListRequest) GetCloudCredential() string

func (*ZoneListRequest) GetRegion

func (m *ZoneListRequest) GetRegion() string

func (*ZoneListRequest) IsRequest

func (m *ZoneListRequest) IsRequest()

func (*ZoneListRequest) ProtoMessage

func (*ZoneListRequest) ProtoMessage()

func (*ZoneListRequest) Reset

func (m *ZoneListRequest) Reset()

func (*ZoneListRequest) String

func (m *ZoneListRequest) String() string

func (*ZoneListRequest) Valid

func (m *ZoneListRequest) Valid() (*gojsonschema.Result, error)

type ZoneListResponse

type ZoneListResponse struct {
	Zones []string `protobuf:"bytes,1,rep,name=zones" json:"zones,omitempty"`
}

func (*ZoneListResponse) Descriptor

func (*ZoneListResponse) Descriptor() ([]byte, []int)

func (*ZoneListResponse) GetZones

func (m *ZoneListResponse) GetZones() []string

func (*ZoneListResponse) ProtoMessage

func (*ZoneListResponse) ProtoMessage()

func (*ZoneListResponse) Reset

func (m *ZoneListResponse) Reset()

func (*ZoneListResponse) String

func (m *ZoneListResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL