ReplicationController represents kube.ReplicationController in the Redspread hierarchy.
| 13 | |
| 14 | // ReplicationController represents kube.ReplicationController in the Redspread hierarchy. |
| 15 | type ReplicationController struct { |
| 16 | base |
| 17 | rc *kube.ReplicationController |
| 18 | pod *Pod |
| 19 | } |
| 20 | |
| 21 | // NewReplicationController creates a new Entity for the provided kube.ReplicationController. Must be valid. |
| 22 | func NewReplicationController(kubeRC *kube.ReplicationController, defaults kube.ObjectMeta, source string, objects ...deploy.KubeObject) (*ReplicationController, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected