package
3.16.1+incompatible
Repository: https://github.com/redhat-developer/odo.git
Documentation: pkg.go.dev
# Functions
FormatSupportedParameters outputs supported parameters and their description.
GetSupportedParameters returns the name of the supported parameters.
No description provided by the author
No description provided by the author
NewMockClient creates a new mock instance.
# Constants
ConsentTelemetrySettings specifies if the user consents to telemetry.
DefaultConsentTelemetry is a default value for ConsentTelemetry preference.
DefaultDevfileRegistryName is the name of default devfile registry.
DefaultDevfileRegistryURL is the URL of default devfile registry.
DefaultEphemeralSetting is a default value for Ephemeral preference.
DefaultPushTimeout is the default timeout for pods (in seconds).
DefaultRegistryCacheTime is time (in minutes) for how long odo will cache information from Devfile registry.
DefaultTimeout for cluster server connection check (in seconds).
EphemeralSetting specifies if ephemeral volumes needs to be used as source volume.
No description provided by the author
ImageRegistrySetting is the name of the setting controlling ImageRegistry.
No description provided by the author
OldDefaultDevfileRegistryURL is the URL of old default devfile registry for registry migration purpose.
PushTimeoutSetting is the name of the setting controlling PushTimeout.
RegistryCacheTimeSetting is human-readable description for the registrycachetime setting.
TimeoutSetting is the name of the setting controlling timeout for connection check.
UpdateNotificationSetting is the name of the setting controlling update notification.
UpdateNotificationSettingDescription is human-readable description for the update notification setting.
# Variables
ConsentTelemetrySettingDescription adds a description for TelemetryConsentSetting.
EphemeralSettingDescription adds a description for EphemeralSourceVolume.
PushTimeoutSettingDescription adds a description for PushTimeout.
RegistryCacheTimeSettingDescription adds a description for RegistryCacheTime.
TimeoutSettingDescription is human-readable description for the timeout setting.
# Structs
No description provided by the author
MockClient is a mock of Client interface.
MockClientMockRecorder is the mock recorder for MockClient.
Preference stores all the preferences related to odo.
Registry includes the registry metadata.
# Interfaces
No description provided by the author