Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Timeout = flag.Duration("kubernetes-timeout", 10*time.Second, "Timeout of all Kubernetes calls")
)
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { GetInfrastructure() (*ocpv1.Infrastructure, error) GetConfigMap(namespace, name string) (*v1.ConfigMap, error) GetSecret(namespace, name string) (*v1.Secret, error) ListNodes() ([]v1.Node, error) ListStorageClasses() ([]storagev1.StorageClass, error) ListPVs() ([]v1.PersistentVolume, error) }
Click to show internal directories.
Click to hide internal directories.