Skip to main content
Version: 3.2

Rule

Rule denotes an object to declare a rule that performs actions on pods.

Rule

FieldDescriptionType
apiVersionAPIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
string
kindKind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
string

rules fields

FieldDescriptionType
rules.actionsActions are actions to be performed on the pods selected using the selectorarray
rules.actions.backgroundBackground indicates that the action needs to be performed in the backgroundboolean
rules.actions.runInSinglePodRunInSinglePod indicates that the action needs to be performed in a single pod
from the list of pods that match the selector
boolean
rules.actions.typeType is a type of the stork rule actionstring
rules.actions.valueValue is the actual action value for e.g the command to runstring
rules.containerContainer Name of the container in which to run the rule if there are
multiple containers in the pod
string
rules.podSelectorPodSelector is a map of key value pairs that are used to select the pods using their labelsobject