types

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NodegroupMasterRole      PoolRole          = "master"
	NodegroupWorkerRole      PoolRole          = "worker"
	NodegroupAutoscalingRole PoolRole          = "autoscaling"
	HealthStatusUnknown      HealthStatus      = "UNKNOWN"
	HealthStatusHealthy      HealthStatus      = "HEALTHY"
	HealthStatusUnHealthy    HealthStatus      = "UNHEALTHY"
	IngressControllerOctavia IngressController = "octavia"
	IngressControllerNginx   IngressController = "nginx"
	IngressControllerTraefik IngressController = "traefik"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type HealthStatus

type HealthStatus string

func (HealthStatus) IsValid

func (hs HealthStatus) IsValid() error

func (HealthStatus) List

func (hs HealthStatus) List() []HealthStatus

func (*HealthStatus) MarshalJSON

func (hs *HealthStatus) MarshalJSON() ([]byte, error)

MarshalJSON - implements Marshaler interface.

func (HealthStatus) String

func (hs HealthStatus) String() string

func (HealthStatus) StringList

func (hs HealthStatus) StringList() []string

func (*HealthStatus) UnmarshalJSON

func (hs *HealthStatus) UnmarshalJSON(data []byte) error

UnmarshalJSON - implements Unmarshaler interface.

func (HealthStatus) ValidOrNil

func (hs HealthStatus) ValidOrNil() (*HealthStatus, error)

type IngressController

type IngressController string

func (IngressController) IsValid

func (ic IngressController) IsValid() error

func (IngressController) List

func (*IngressController) MarshalJSON

func (ic *IngressController) MarshalJSON() ([]byte, error)

MarshalJSON - implements Marshaler interface.

func (IngressController) String

func (ic IngressController) String() string

func (IngressController) StringList

func (ic IngressController) StringList() []string

func (*IngressController) UnmarshalJSON

func (ic *IngressController) UnmarshalJSON(data []byte) error

UnmarshalJSON - implements Unmarshaler interface.

func (IngressController) ValidOrNil

func (ic IngressController) ValidOrNil() (*IngressController, error)

type PoolRole

type PoolRole string

func (PoolRole) IsValid

func (ng PoolRole) IsValid() error

func (PoolRole) List

func (ng PoolRole) List() []PoolRole

func (*PoolRole) MarshalJSON

func (ng *PoolRole) MarshalJSON() ([]byte, error)

MarshalJSON - implements Marshaler interface.

func (PoolRole) String

func (ng PoolRole) String() string

func (PoolRole) StringList

func (ng PoolRole) StringList() []string

func (*PoolRole) UnmarshalJSON

func (ng *PoolRole) UnmarshalJSON(data []byte) error

UnmarshalJSON - implements Unmarshaler interface.

func (PoolRole) ValidOrNil

func (ng PoolRole) ValidOrNil() (*PoolRole, error)

Jump to

Keyboard shortcuts

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