Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder struct {
// contains filtered or unexported fields
}
func (*Builder) WithOptions ¶
func (b *Builder) WithOptions(opts ...InitOptions) *Builder
type Code ¶
type Code int
const ( // Disabled Indicates that the cluster is disabled. Disabled Code = iota // Stopped Indicates that the cluster is stopped. Stopped // Started Indicates that the cluster is started. Started // Waiting Indicates that waiting the cluster resource ready. Waiting // Ready Indicates that the cluster resource is already ready. Ready )
type InitOptions ¶
Click to show internal directories.
Click to hide internal directories.