Documentation ¶
Index ¶
- type BindingDiscovery
- type CloudCredsSecret
- type KubeadminPasswordSecret
- func (t *KubeadminPasswordSecret) Dependencies() []asset.Asset
- func (t *KubeadminPasswordSecret) Files() []*asset.File
- func (t *KubeadminPasswordSecret) Generate(parents asset.Parents) error
- func (t *KubeadminPasswordSecret) Load(f asset.FileFetcher) (bool, error)
- func (t *KubeadminPasswordSecret) Name() string
- type NetworkCRDs
- type RoleCloudCredsSecretReader
- func (t *RoleCloudCredsSecretReader) Dependencies() []asset.Asset
- func (t *RoleCloudCredsSecretReader) Files() []*asset.File
- func (t *RoleCloudCredsSecretReader) Generate(parents asset.Parents) error
- func (t *RoleCloudCredsSecretReader) Load(f asset.FileFetcher) (bool, error)
- func (t *RoleCloudCredsSecretReader) Name() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindingDiscovery ¶
BindingDiscovery is the variable/constant representing the contents of the respective file
func (*BindingDiscovery) Dependencies ¶
func (t *BindingDiscovery) Dependencies() []asset.Asset
Dependencies returns all of the dependencies directly needed by the asset
func (*BindingDiscovery) Files ¶
func (t *BindingDiscovery) Files() []*asset.File
Files returns the files generated by the asset.
func (*BindingDiscovery) Generate ¶
func (t *BindingDiscovery) Generate(parents asset.Parents) error
Generate generates the actual files by this asset
func (*BindingDiscovery) Load ¶
func (t *BindingDiscovery) Load(f asset.FileFetcher) (bool, error)
Load returns the asset from disk.
func (*BindingDiscovery) Name ¶
func (t *BindingDiscovery) Name() string
Name returns the human-friendly name of the asset.
type CloudCredsSecret ¶
CloudCredsSecret is the constant to represent contents of corresponding yaml file
func (*CloudCredsSecret) Dependencies ¶
func (t *CloudCredsSecret) Dependencies() []asset.Asset
Dependencies returns all of the dependencies directly needed by the asset
func (*CloudCredsSecret) Files ¶
func (t *CloudCredsSecret) Files() []*asset.File
Files returns the files generated by the asset.
func (*CloudCredsSecret) Generate ¶
func (t *CloudCredsSecret) Generate(parents asset.Parents) error
Generate generates the actual files by this asset
func (*CloudCredsSecret) Load ¶
func (t *CloudCredsSecret) Load(f asset.FileFetcher) (bool, error)
Load returns the asset from disk.
func (*CloudCredsSecret) Name ¶
func (t *CloudCredsSecret) Name() string
Name returns the human-friendly name of the asset.
type KubeadminPasswordSecret ¶
KubeadminPasswordSecret is the constant to represent contents of kubeadmin-password-secret.yaml.template file
func (*KubeadminPasswordSecret) Dependencies ¶
func (t *KubeadminPasswordSecret) Dependencies() []asset.Asset
Dependencies returns all of the dependencies directly needed by the asset
func (*KubeadminPasswordSecret) Files ¶
func (t *KubeadminPasswordSecret) Files() []*asset.File
Files returns the files generated by the asset.
func (*KubeadminPasswordSecret) Generate ¶
func (t *KubeadminPasswordSecret) Generate(parents asset.Parents) error
Generate generates the actual files by this asset
func (*KubeadminPasswordSecret) Load ¶
func (t *KubeadminPasswordSecret) Load(f asset.FileFetcher) (bool, error)
Load returns the asset from disk.
func (*KubeadminPasswordSecret) Name ¶
func (t *KubeadminPasswordSecret) Name() string
Name returns the human-friendly name of the asset.
type NetworkCRDs ¶ added in v0.12.0
NetworkCRDs is the custom resource definitions for the network operator types: - NetworkConfig.networkoperator.openshift.io
func (*NetworkCRDs) Dependencies ¶ added in v0.12.0
func (t *NetworkCRDs) Dependencies() []asset.Asset
Dependencies returns all of the dependencies directly needed by the asset
func (*NetworkCRDs) Files ¶ added in v0.12.0
func (t *NetworkCRDs) Files() []*asset.File
Files returns the files generated by the asset.
func (*NetworkCRDs) Generate ¶ added in v0.12.0
func (t *NetworkCRDs) Generate(parents asset.Parents) error
Generate generates the actual files by this asset
func (*NetworkCRDs) Load ¶ added in v0.12.0
func (t *NetworkCRDs) Load(f asset.FileFetcher) (bool, error)
Load returns the asset from disk.
func (*NetworkCRDs) Name ¶ added in v0.12.0
func (t *NetworkCRDs) Name() string
Name returns the human-friendly name of the asset.
type RoleCloudCredsSecretReader ¶
RoleCloudCredsSecretReader is the variable to represent contents of corresponding file
func (*RoleCloudCredsSecretReader) Dependencies ¶
func (t *RoleCloudCredsSecretReader) Dependencies() []asset.Asset
Dependencies returns all of the dependencies directly needed by the asset
func (*RoleCloudCredsSecretReader) Files ¶
func (t *RoleCloudCredsSecretReader) Files() []*asset.File
Files returns the files generated by the asset.
func (*RoleCloudCredsSecretReader) Generate ¶
func (t *RoleCloudCredsSecretReader) Generate(parents asset.Parents) error
Generate generates the actual files by this asset
func (*RoleCloudCredsSecretReader) Load ¶
func (t *RoleCloudCredsSecretReader) Load(f asset.FileFetcher) (bool, error)
Load returns the asset from disk.
func (*RoleCloudCredsSecretReader) Name ¶
func (t *RoleCloudCredsSecretReader) Name() string
Name returns the human-friendly name of the asset.