Documentation ¶
Index ¶
- func Get(ctx context.Context, c client.Client, key Key) (*v1beta1.EC2NodeClass, error)
- func HashAnnotation(nodeClass *v1beta1.EC2NodeClass) map[string]string
- func New(nodeTemplate *v1alpha1.AWSNodeTemplate) *v1beta1.EC2NodeClass
- func NewAMISelectorTerms(amiSelector map[string]string) (terms []v1beta1.AMISelectorTerm)
- func NewAMIs(amis []v1alpha1.AMI) []v1beta1.AMI
- func NewBlockDevice(bd *v1alpha1.BlockDevice) *v1beta1.BlockDevice
- func NewBlockDeviceMapping(bdm *v1alpha1.BlockDeviceMapping) *v1beta1.BlockDeviceMapping
- func NewBlockDeviceMappings(bdms []*v1alpha1.BlockDeviceMapping) []*v1beta1.BlockDeviceMapping
- func NewMetadataOptions(mo *v1alpha1.MetadataOptions) *v1beta1.MetadataOptions
- func NewSecurityGroupSelectorTerms(securityGroupSelector map[string]string) (terms []v1beta1.SecurityGroupSelectorTerm)
- func NewSecurityGroups(securityGroups []v1alpha1.SecurityGroup) []v1beta1.SecurityGroup
- func NewSubnetSelectorTerms(subnetSelector map[string]string) (terms []v1beta1.SubnetSelectorTerm)
- func NewSubnets(subnets []v1alpha1.Subnet) []v1beta1.Subnet
- func Patch(ctx context.Context, c client.Client, stored, nodeClass *v1beta1.EC2NodeClass) error
- func PatchStatus(ctx context.Context, c client.Client, stored, nodeClass *v1beta1.EC2NodeClass) error
- type Key
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashAnnotation ¶ added in v0.31.0
func HashAnnotation(nodeClass *v1beta1.EC2NodeClass) map[string]string
func New ¶
func New(nodeTemplate *v1alpha1.AWSNodeTemplate) *v1beta1.EC2NodeClass
func NewAMISelectorTerms ¶
func NewAMISelectorTerms(amiSelector map[string]string) (terms []v1beta1.AMISelectorTerm)
func NewBlockDevice ¶
func NewBlockDevice(bd *v1alpha1.BlockDevice) *v1beta1.BlockDevice
func NewBlockDeviceMapping ¶
func NewBlockDeviceMapping(bdm *v1alpha1.BlockDeviceMapping) *v1beta1.BlockDeviceMapping
func NewBlockDeviceMappings ¶ added in v0.31.0
func NewBlockDeviceMappings(bdms []*v1alpha1.BlockDeviceMapping) []*v1beta1.BlockDeviceMapping
func NewMetadataOptions ¶
func NewMetadataOptions(mo *v1alpha1.MetadataOptions) *v1beta1.MetadataOptions
func NewSecurityGroupSelectorTerms ¶
func NewSecurityGroupSelectorTerms(securityGroupSelector map[string]string) (terms []v1beta1.SecurityGroupSelectorTerm)
func NewSecurityGroups ¶ added in v0.31.0
func NewSecurityGroups(securityGroups []v1alpha1.SecurityGroup) []v1beta1.SecurityGroup
func NewSubnetSelectorTerms ¶
func NewSubnetSelectorTerms(subnetSelector map[string]string) (terms []v1beta1.SubnetSelectorTerm)
func PatchStatus ¶ added in v0.31.0
Types ¶
Click to show internal directories.
Click to hide internal directories.