Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K8Scluster ¶
type K8Scluster struct { ProjectName string DesiredState *pb.K8Scluster CurrentState *pb.K8Scluster // AttachedLBClusters are the LB clusters that are // attached to this K8s cluster. AttachedLBClusters []*pb.LBcluster // SpawnProcessLimit represents a synchronization channel which limits the number of spawned terraform // processes. This values should always be non-nil and be buffered, where the capacity indicates // the limit. SpawnProcessLimit chan struct{} }
func (*K8Scluster) Id ¶
func (k *K8Scluster) Id() string
func (*K8Scluster) UpdateCurrentState ¶ added in v0.4.0
func (k *K8Scluster) UpdateCurrentState()
Click to show internal directories.
Click to hide internal directories.