Documentation ¶
Index ¶
- func CreateClients(kConfig *rest.Config) (kubeClient.Interface, frameworkClient.Interface)
- func DeleteCRD(config *rest.Config, name string)
- func GetKey(obj interface{}) (string, error)
- func PutCRD(config *rest.Config, crd *apiExtensions.CustomResourceDefinition, ...)
- func SplitKey(key string) (namespace, name string, err error)
- func ToConfigMap(obj interface{}) *core.ConfigMap
- func ToPod(obj interface{}) *core.Pod
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateClients ¶
func CreateClients(kConfig *rest.Config) ( kubeClient.Interface, frameworkClient.Interface)
func PutCRD ¶
func PutCRD( config *rest.Config, crd *apiExtensions.CustomResourceDefinition, establishedCheckIntervalSec *int64, establishedCheckTimeoutSec *int64)
func ToConfigMap ¶
obj could be *core.ConfigMap or cache.DeletedFinalStateUnknown.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.