Documentation ¶
Index ¶
- Variables
- type Cluster
- func (*Cluster) Descriptor() ([]byte, []int)deprecated
- func (x *Cluster) GetApiEndpoint() string
- func (x *Cluster) GetClusterId() string
- func (x *Cluster) GetUseBuildCluster() bool
- func (*Cluster) ProtoMessage()
- func (x *Cluster) ProtoReflect() protoreflect.Message
- func (x *Cluster) Reset()
- func (x *Cluster) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_universe_nscloud_configuration_config_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { ClusterId string `protobuf:"bytes,1,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"` ApiEndpoint string `protobuf:"bytes,3,opt,name=api_endpoint,json=apiEndpoint,proto3" json:"api_endpoint,omitempty"` UseBuildCluster bool `protobuf:"varint,2,opt,name=use_build_cluster,json=useBuildCluster,proto3" json:"use_build_cluster,omitempty"` // contains filtered or unexported fields }
Used as a configuration provider in an environment.
func (*Cluster) Descriptor
deprecated
func (*Cluster) GetApiEndpoint ¶ added in v0.0.377
func (*Cluster) GetClusterId ¶
func (*Cluster) GetUseBuildCluster ¶ added in v0.0.92
func (*Cluster) ProtoMessage ¶
func (*Cluster) ProtoMessage()
func (*Cluster) ProtoReflect ¶
func (x *Cluster) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.