Documentation ¶
Index ¶
- type ClusterAPIAWSClusterControllerIdentitiesCustomResourceDefinition
- type ClusterAPIAWSClusterRoleIdentitiesCustomResourceDefinition
- type ClusterAPIAWSClusterStaticIdentitiesCustomResourceDefinition
- type ClusterAPIAWSClustersCustomResourceDefinition
- type ClusterAPIAWSMachinePoolsCustomResourceDefinition
- type ClusterAPIAWSMachineTemplatesCustomResourceDefinition
- type ClusterAPIAWSMachinesCustomResourceDefinition
- type ClusterAPIAWSManagedClustersCustomResourceDefinition
- type ClusterAPIAWSManagedMachinePoolsCustomResourceDefinition
- type ClusterAPIClusterResourceSetBindingsCustomResourceDefinition
- type ClusterAPIClusterResourceSetsCustomResourceDefinition
- type ClusterAPIClustersCustomResourceDefinition
- type ClusterAPIIBMCloudClustersCustomResourceDefinition
- type ClusterAPIMachineDeploymentsCustomResourceDefinition
- type ClusterAPIMachineHealthChecksCustomResourceDefinition
- type ClusterAPIMachineSetsCustomResourceDefinition
- type ClusterAPIMachinesCustomResourceDefinition
- type EtcdBackupsCustomResourceDefinition
- type EtcdClustersCustomResourceDefinition
- type EtcdRestoresCustomResourceDefinition
- type HyperShiftExternalInfraClustersCustomResourceDefinition
- type HyperShiftHostedClustersCustomResourceDefinition
- type HyperShiftHostedControlPlaneCustomResourceDefinition
- type HyperShiftMachineConfigServersCustomResourceDefinition
- type HyperShiftNamespace
- type HyperShiftNodePoolsCustomResourceDefinition
- type HyperShiftOperatorClusterRole
- type HyperShiftOperatorClusterRoleBinding
- type HyperShiftOperatorDeployment
- type HyperShiftOperatorPrometheusRoleBinding
- type HyperShiftOperatorRole
- type HyperShiftOperatorRoleBinding
- type HyperShiftOperatorService
- type HyperShiftOperatorServiceAccount
- type HyperShiftPrometheusRole
- type HyperShiftServiceMonitor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterAPIAWSClusterControllerIdentitiesCustomResourceDefinition ¶
type ClusterAPIAWSClusterControllerIdentitiesCustomResourceDefinition struct{}
type ClusterAPIAWSClusterRoleIdentitiesCustomResourceDefinition ¶
type ClusterAPIAWSClusterRoleIdentitiesCustomResourceDefinition struct{}
type ClusterAPIAWSClusterStaticIdentitiesCustomResourceDefinition ¶
type ClusterAPIAWSClusterStaticIdentitiesCustomResourceDefinition struct{}
type ClusterAPIAWSClustersCustomResourceDefinition ¶
type ClusterAPIAWSClustersCustomResourceDefinition struct{}
type ClusterAPIAWSMachinePoolsCustomResourceDefinition ¶
type ClusterAPIAWSMachinePoolsCustomResourceDefinition struct{}
type ClusterAPIAWSMachineTemplatesCustomResourceDefinition ¶
type ClusterAPIAWSMachineTemplatesCustomResourceDefinition struct{}
type ClusterAPIAWSMachinesCustomResourceDefinition ¶
type ClusterAPIAWSMachinesCustomResourceDefinition struct{}
type ClusterAPIAWSManagedClustersCustomResourceDefinition ¶
type ClusterAPIAWSManagedClustersCustomResourceDefinition struct{}
type ClusterAPIAWSManagedMachinePoolsCustomResourceDefinition ¶
type ClusterAPIAWSManagedMachinePoolsCustomResourceDefinition struct{}
type ClusterAPIClusterResourceSetBindingsCustomResourceDefinition ¶
type ClusterAPIClusterResourceSetBindingsCustomResourceDefinition struct{}
type ClusterAPIClusterResourceSetsCustomResourceDefinition ¶
type ClusterAPIClusterResourceSetsCustomResourceDefinition struct{}
type ClusterAPIClustersCustomResourceDefinition ¶
type ClusterAPIClustersCustomResourceDefinition struct{}
type ClusterAPIIBMCloudClustersCustomResourceDefinition ¶
type ClusterAPIIBMCloudClustersCustomResourceDefinition struct{}
type ClusterAPIMachineDeploymentsCustomResourceDefinition ¶
type ClusterAPIMachineDeploymentsCustomResourceDefinition struct{}
type ClusterAPIMachineHealthChecksCustomResourceDefinition ¶
type ClusterAPIMachineHealthChecksCustomResourceDefinition struct{}
type ClusterAPIMachineSetsCustomResourceDefinition ¶
type ClusterAPIMachineSetsCustomResourceDefinition struct{}
type ClusterAPIMachinesCustomResourceDefinition ¶
type ClusterAPIMachinesCustomResourceDefinition struct{}
type EtcdBackupsCustomResourceDefinition ¶
type EtcdBackupsCustomResourceDefinition struct{}
func (EtcdBackupsCustomResourceDefinition) Build ¶
func (o EtcdBackupsCustomResourceDefinition) Build() *apiextensionsv1.CustomResourceDefinition
type EtcdClustersCustomResourceDefinition ¶
type EtcdClustersCustomResourceDefinition struct{}
func (EtcdClustersCustomResourceDefinition) Build ¶
func (o EtcdClustersCustomResourceDefinition) Build() *apiextensionsv1.CustomResourceDefinition
type EtcdRestoresCustomResourceDefinition ¶
type EtcdRestoresCustomResourceDefinition struct{}
func (EtcdRestoresCustomResourceDefinition) Build ¶
func (o EtcdRestoresCustomResourceDefinition) Build() *apiextensionsv1.CustomResourceDefinition
type HyperShiftExternalInfraClustersCustomResourceDefinition ¶
type HyperShiftExternalInfraClustersCustomResourceDefinition struct{}
type HyperShiftHostedClustersCustomResourceDefinition ¶
type HyperShiftHostedClustersCustomResourceDefinition struct{}
type HyperShiftHostedControlPlaneCustomResourceDefinition ¶
type HyperShiftHostedControlPlaneCustomResourceDefinition struct{}
type HyperShiftMachineConfigServersCustomResourceDefinition ¶
type HyperShiftMachineConfigServersCustomResourceDefinition struct{}
type HyperShiftNamespace ¶
type HyperShiftNamespace struct {
Name string
}
func (HyperShiftNamespace) Build ¶
func (o HyperShiftNamespace) Build() *corev1.Namespace
type HyperShiftNodePoolsCustomResourceDefinition ¶
type HyperShiftNodePoolsCustomResourceDefinition struct{}
type HyperShiftOperatorClusterRole ¶
type HyperShiftOperatorClusterRole struct{}
func (HyperShiftOperatorClusterRole) Build ¶
func (o HyperShiftOperatorClusterRole) Build() *rbacv1.ClusterRole
type HyperShiftOperatorClusterRoleBinding ¶
type HyperShiftOperatorClusterRoleBinding struct { ClusterRole *rbacv1.ClusterRole ServiceAccount *corev1.ServiceAccount }
func (HyperShiftOperatorClusterRoleBinding) Build ¶
func (o HyperShiftOperatorClusterRoleBinding) Build() *rbacv1.ClusterRoleBinding
type HyperShiftOperatorDeployment ¶
type HyperShiftOperatorDeployment struct { Namespace *corev1.Namespace OperatorImage string ServiceAccount *corev1.ServiceAccount Replicas int32 }
func (HyperShiftOperatorDeployment) Build ¶
func (o HyperShiftOperatorDeployment) Build() *appsv1.Deployment
type HyperShiftOperatorPrometheusRoleBinding ¶
type HyperShiftOperatorPrometheusRoleBinding struct { Namespace *corev1.Namespace Role *rbacv1.Role }
func (HyperShiftOperatorPrometheusRoleBinding) Build ¶
func (o HyperShiftOperatorPrometheusRoleBinding) Build() *rbacv1.RoleBinding
type HyperShiftOperatorRole ¶
func (HyperShiftOperatorRole) Build ¶
func (o HyperShiftOperatorRole) Build() *rbacv1.Role
type HyperShiftOperatorRoleBinding ¶
type HyperShiftOperatorRoleBinding struct { Role *rbacv1.Role ServiceAccount *corev1.ServiceAccount }
func (HyperShiftOperatorRoleBinding) Build ¶
func (o HyperShiftOperatorRoleBinding) Build() *rbacv1.RoleBinding
type HyperShiftOperatorService ¶
func (HyperShiftOperatorService) Build ¶
func (o HyperShiftOperatorService) Build() *corev1.Service
type HyperShiftOperatorServiceAccount ¶
func (HyperShiftOperatorServiceAccount) Build ¶
func (o HyperShiftOperatorServiceAccount) Build() *corev1.ServiceAccount
type HyperShiftPrometheusRole ¶
func (HyperShiftPrometheusRole) Build ¶
func (o HyperShiftPrometheusRole) Build() *rbacv1.Role
type HyperShiftServiceMonitor ¶
func (HyperShiftServiceMonitor) Build ¶
func (o HyperShiftServiceMonitor) Build() *unstructured.Unstructured
Click to show internal directories.
Click to hide internal directories.