Documentation ¶
Index ¶
- func ConvertRawExtensionToYaml(config runtime.RawExtension) (string, error)
- func CreateClusterRole(crdName string, crdNamespace string) *rbacv1.ClusterRole
- func CreateSecret(appConfig runtime.RawExtension, secretName, secretNamespace, filename string) (*corev1.Secret, error)
- func CreateServiceAccount(name, namespace string, labels map[string]string, ...) *corev1.ServiceAccount
- func GenerateArmadaConfig(config runtime.RawExtension, key string) (map[string][]byte, error)
- func Service(name string, namespace string, labels, identityLabel map[string]string, ...) *corev1.Service
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertRawExtensionToYaml ¶
func ConvertRawExtensionToYaml(config runtime.RawExtension) (string, error)
ConvertRawExtensionToYaml converts a RawExtension input to Yaml
func CreateClusterRole ¶
func CreateClusterRole(crdName string, crdNamespace string) *rbacv1.ClusterRole
func CreateSecret ¶
func CreateServiceAccount ¶
func CreateServiceAccount(name, namespace string, labels map[string]string, serviceAccountConfig *installv1alpha1.ServiceAccountConfig) *corev1.ServiceAccount
func GenerateArmadaConfig ¶
GenerateArmadaConfig generates armada config from the provided raw data and stores it into a map under the provided key.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.