Documentation ¶
Index ¶
- func ByNameContainer(name string, replicas int32, labels map[string]string, c v1.Container, ...) *v1.ReplicationController
- func DeleteRCAndWaitForGC(ctx context.Context, c clientset.Interface, ns, name string) error
- func RunRC(ctx context.Context, config testutils.RCConfig) error
- func ScaleRC(ctx context.Context, clientset clientset.Interface, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ByNameContainer ¶
func ByNameContainer(name string, replicas int32, labels map[string]string, c v1.Container, gracePeriod *int64) *v1.ReplicationController
ByNameContainer returns a ReplicationController with specified name and container
func DeleteRCAndWaitForGC ¶
DeleteRCAndWaitForGC deletes only the Replication Controller and waits for GC to delete the pods.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.