Documentation ¶
Index ¶
- Constants
- Variables
- type Environment
- func (env *Environment) AZLinuxNodeClass() *v1alpha2.AKSNodeClass
- func (env *Environment) AfterEach()
- func (env *Environment) ArmNodepool(nodeClass *v1alpha2.AKSNodeClass) *corev1beta1.NodePool
- func (env *Environment) BeforeEach()
- func (env *Environment) Cleanup()
- func (env *Environment) DefaultAKSNodeClass() *v1alpha2.AKSNodeClass
- func (env *Environment) DefaultNodePool(nodeClass *v1alpha2.AKSNodeClass) *corev1beta1.NodePool
Constants ¶
View Source
const WindowsDefaultImage = "mcr.microsoft.com/oss/kubernetes/pause:3.9"
Variables ¶
View Source
var ( CleanableObjects = []client.Object{ &v1alpha2.AKSNodeClass{}, } )
Functions ¶
This section is empty.
Types ¶
type Environment ¶
type Environment struct { *common.Environment Region string }
func NewEnvironment ¶
func NewEnvironment(t *testing.T) *Environment
func (*Environment) AZLinuxNodeClass ¶
func (env *Environment) AZLinuxNodeClass() *v1alpha2.AKSNodeClass
func (*Environment) AfterEach ¶
func (env *Environment) AfterEach()
func (*Environment) ArmNodepool ¶
func (env *Environment) ArmNodepool(nodeClass *v1alpha2.AKSNodeClass) *corev1beta1.NodePool
func (*Environment) BeforeEach ¶
func (env *Environment) BeforeEach()
func (*Environment) Cleanup ¶
func (env *Environment) Cleanup()
func (*Environment) DefaultAKSNodeClass ¶
func (env *Environment) DefaultAKSNodeClass() *v1alpha2.AKSNodeClass
func (*Environment) DefaultNodePool ¶
func (env *Environment) DefaultNodePool(nodeClass *v1alpha2.AKSNodeClass) *corev1beta1.NodePool
Click to show internal directories.
Click to hide internal directories.