Documentation ¶
Index ¶
- func AuthRefs(ctx context.Context, f *feature.Feature) error
- func CheckControlPlaneComponentReadiness(ctx context.Context, c client.Client, smcpName, smcpNs string) (bool, error)
- func ClusterDetails(ctx context.Context, f *feature.Feature) error
- func EnsureAuthNamespaceExists(ctx context.Context, f *feature.Feature) error
- func EnsureServiceMeshInstalled(ctx context.Context, f *feature.Feature) error
- func EnsureServiceMeshOperatorInstalled(ctx context.Context, f *feature.Feature) error
- func MeshRefs(ctx context.Context, f *feature.Feature) error
- func RemoveExtensionProvider(ctx context.Context, f *feature.Feature) error
- func ResolveAuthNamespace(f *feature.Feature) error
- func WaitForControlPlaneToBeReady(ctx context.Context, f *feature.Feature) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthRefs ¶ added in v2.10.0
AuthRefs stores authorization configuration in the config map, so it can be easily accessed by other components which rely on this information.
func ClusterDetails ¶ added in v2.8.0
func EnsureAuthNamespaceExists ¶ added in v2.8.0
EnsureAuthNamespaceExists creates a namespace for the Authorization provider and set ownership so it will be garbage collected when the operator is uninstalled.
func MeshRefs ¶ added in v2.10.0
MeshRefs stores service mesh configuration in the config map, so it can be easily accessed by other components which rely on this information.
func RemoveExtensionProvider ¶ added in v2.8.0
func ResolveAuthNamespace ¶ added in v2.8.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.