container

package
v0.6.4 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddonProfile

type AddonProfile struct {
	types.Metadata
	OMSAgent OMSAgent
}

func (*AddonProfile) GetMetadata added in v0.3.24

func (a *AddonProfile) GetMetadata() *types.Metadata

func (*AddonProfile) GetRawValue added in v0.3.24

func (a *AddonProfile) GetRawValue() interface{}

type Container

type Container struct {
	types.Metadata
	KubernetesClusters []KubernetesCluster
}

func (*Container) GetMetadata added in v0.3.24

func (c *Container) GetMetadata() *types.Metadata

func (*Container) GetRawValue added in v0.3.24

func (c *Container) GetRawValue() interface{}

type KubernetesCluster

type KubernetesCluster struct {
	types.Metadata
	NetworkProfile              NetworkProfile
	EnablePrivateCluster        types.BoolValue
	APIServerAuthorizedIPRanges []types.StringValue
	AddonProfile                AddonProfile
	RoleBasedAccessControl      RoleBasedAccessControl
}

func (*KubernetesCluster) GetMetadata added in v0.3.24

func (k *KubernetesCluster) GetMetadata() *types.Metadata

func (*KubernetesCluster) GetRawValue added in v0.3.24

func (k *KubernetesCluster) GetRawValue() interface{}

type NetworkProfile

type NetworkProfile struct {
	types.Metadata
	NetworkPolicy types.StringValue // "", "calico", "azure"
}

func (*NetworkProfile) GetMetadata added in v0.3.24

func (n *NetworkProfile) GetMetadata() *types.Metadata

func (*NetworkProfile) GetRawValue added in v0.3.24

func (n *NetworkProfile) GetRawValue() interface{}

type OMSAgent

type OMSAgent struct {
	types.Metadata
	Enabled types.BoolValue
}

func (*OMSAgent) GetMetadata added in v0.3.24

func (o *OMSAgent) GetMetadata() *types.Metadata

func (*OMSAgent) GetRawValue added in v0.3.24

func (o *OMSAgent) GetRawValue() interface{}

type RoleBasedAccessControl

type RoleBasedAccessControl struct {
	types.Metadata
	Enabled types.BoolValue
}

func (*RoleBasedAccessControl) GetMetadata added in v0.3.24

func (r *RoleBasedAccessControl) GetMetadata() *types.Metadata

func (*RoleBasedAccessControl) GetRawValue added in v0.3.24

func (r *RoleBasedAccessControl) GetRawValue() interface{}

Jump to

Keyboard shortcuts

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