Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions config/v1/types_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ type NetworkObservabilitySpec struct {
// Valid values are "InstallAndEnable" and "NoAction".
// When set to "InstallAndEnable", ensure that network observability will be installed and enabled on the cluster. If already installed, no action taken, but if it gets uninstalled, it will install it again.
// When set to "NoAction", nothing will be done regarding Network observability.
// During the installation of NetworkObservability, the platform checks for any existing manual installations.
// If a successful installation using the OLMv0 or OLMv1 API is detected, it will be used.
// If the platform cannot determine how the current version was installed, or if the existing installation is incomplete, the installation process will stop.
// +required
InstallationPolicy NetworkObservabilityInstallationPolicy `json:"installationPolicy,omitempty"`
}
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ spec:
Valid values are "InstallAndEnable" and "NoAction".
When set to "InstallAndEnable", ensure that network observability will be installed and enabled on the cluster. If already installed, no action taken, but if it gets uninstalled, it will install it again.
When set to "NoAction", nothing will be done regarding Network observability.
During the installation of NetworkObservability, the platform checks for any existing manual installations.
If a successful installation using the OLMv0 or OLMv1 API is detected, it will be used.
If the platform cannot determine how the current version was installed, or if the existing installation is incomplete, the installation process will stop.
enum:
- InstallAndEnable
- NoAction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ spec:
Valid values are "InstallAndEnable" and "NoAction".
When set to "InstallAndEnable", ensure that network observability will be installed and enabled on the cluster. If already installed, no action taken, but if it gets uninstalled, it will install it again.
When set to "NoAction", nothing will be done regarding Network observability.
During the installation of NetworkObservability, the platform checks for any existing manual installations.
If a successful installation using the OLMv0 or OLMv1 API is detected, it will be used.
If the platform cannot determine how the current version was installed, or if the existing installation is incomplete, the installation process will stop.
enum:
- InstallAndEnable
- NoAction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ spec:
Valid values are "InstallAndEnable" and "NoAction".
When set to "InstallAndEnable", ensure that network observability will be installed and enabled on the cluster. If already installed, no action taken, but if it gets uninstalled, it will install it again.
When set to "NoAction", nothing will be done regarding Network observability.
During the installation of NetworkObservability, the platform checks for any existing manual installations.
If a successful installation using the OLMv0 or OLMv1 API is detected, it will be used.
If the platform cannot determine how the current version was installed, or if the existing installation is incomplete, the installation process will stop.
enum:
- InstallAndEnable
- NoAction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ spec:
Valid values are "InstallAndEnable" and "NoAction".
When set to "InstallAndEnable", ensure that network observability will be installed and enabled on the cluster. If already installed, no action taken, but if it gets uninstalled, it will install it again.
When set to "NoAction", nothing will be done regarding Network observability.
During the installation of NetworkObservability, the platform checks for any existing manual installations.
If a successful installation using the OLMv0 or OLMv1 API is detected, it will be used.
If the platform cannot determine how the current version was installed, or if the existing installation is incomplete, the installation process will stop.
enum:
- InstallAndEnable
- NoAction
Expand Down
2 changes: 1 addition & 1 deletion config/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/generated_openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ spec:
Valid values are "InstallAndEnable" and "NoAction".
When set to "InstallAndEnable", ensure that network observability will be installed and enabled on the cluster. If already installed, no action taken, but if it gets uninstalled, it will install it again.
When set to "NoAction", nothing will be done regarding Network observability.
During the installation of NetworkObservability, the platform checks for any existing manual installations.
If a successful installation using the OLMv0 or OLMv1 API is detected, it will be used.
If the platform cannot determine how the current version was installed, or if the existing installation is incomplete, the installation process will stop.
enum:
- InstallAndEnable
- NoAction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ spec:
Valid values are "InstallAndEnable" and "NoAction".
When set to "InstallAndEnable", ensure that network observability will be installed and enabled on the cluster. If already installed, no action taken, but if it gets uninstalled, it will install it again.
When set to "NoAction", nothing will be done regarding Network observability.
During the installation of NetworkObservability, the platform checks for any existing manual installations.
If a successful installation using the OLMv0 or OLMv1 API is detected, it will be used.
If the platform cannot determine how the current version was installed, or if the existing installation is incomplete, the installation process will stop.
enum:
- InstallAndEnable
- NoAction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ spec:
Valid values are "InstallAndEnable" and "NoAction".
When set to "InstallAndEnable", ensure that network observability will be installed and enabled on the cluster. If already installed, no action taken, but if it gets uninstalled, it will install it again.
When set to "NoAction", nothing will be done regarding Network observability.
During the installation of NetworkObservability, the platform checks for any existing manual installations.
If a successful installation using the OLMv0 or OLMv1 API is detected, it will be used.
If the platform cannot determine how the current version was installed, or if the existing installation is incomplete, the installation process will stop.
enum:
- InstallAndEnable
- NoAction
Expand Down