package
2.5.1+incompatible
Repository: https://github.com/deis/workflow-manager.git
Documentation: pkg.go.dev

# Functions

GetDaemonSets is a helper function that returns a slice of DaemonSet objects given a daemonset.Lister interface.
GetDaemonSetsModels gets k8s daemonSet model data for RESTful consumption.
GetDeployments is a helper function that returns a slice of Deployment objects given a deployment.Lister interface.
GetDeploymentsModels gets k8s deployment model data for RESTful consumption.
GetEventsModels gets k8s event model data for RESTful consumption.
GetNodesModels gets k8s node model data for RESTful consumption.
GetPodsModels gets k8s pod model data for RESTful consumption.
GetReplicaSetsModels gets k8s replicaSet model data for RESTful consumption.
GetReplicationControllers is a helper function that returns a slice of ReplicationController objects given a rc.Lister interface.
GetReplicationControllersModels gets k8s rc model data for RESTful consumption.
GetServicesModels gets k8s pod model data for RESTful consumption.
NewFakeKubeSecretGetterCreator creates a new FakeKubeSecretGetterCreator from the given fakeGetter and fakeCreator.
NewResourceInterfaceNamespaced constructs an instance of ResourceInterfaceNamespaced.
NewRunningK8sData returns a new runningK8sData using rcl as the rc.Lister implementation.

# Structs

FakeKubeSecretGetterCreator is a composition of the secret.FakeGetter and secret.FakeCreator structs.
ResourceInterfaceNamespaced is a "union" of ResourceInterface+namespace.

# Interfaces

KubeSecretGetterCreator is a composition of secret.Getter and secret.Creator.
ResourceInterface is an interface for k8s resources.
RunningK8sData is an interface for representing installed K8s data RESTFully.