Documentation ¶
Overview ¶
Package resources holds simple functions for synthesizing child resources from a Configuration resource and any relevant Configuration controller configuration.
Index ¶
- func MakeRevision(config *v1alpha1.Configuration) *v1alpha1.Revision
- func RevisionLabelValueForKey(key string, config *v1alpha1.Configuration) string
- func UpdateRevisionAnnotations(rev *v1alpha1.Revision, config *v1alpha1.Configuration)
- func UpdateRevisionLabels(rev *v1alpha1.Revision, config *v1alpha1.Configuration)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeRevision ¶
func MakeRevision(config *v1alpha1.Configuration) *v1alpha1.Revision
MakeRevision creates a revision object from configuration.
func RevisionLabelValueForKey ¶
func RevisionLabelValueForKey(key string, config *v1alpha1.Configuration) string
RevisionLabelValueForKey returns the label value for the given key.
func UpdateRevisionAnnotations ¶
func UpdateRevisionAnnotations(rev *v1alpha1.Revision, config *v1alpha1.Configuration)
UpdateRevisionAnnotations sets the revisions annotations given a Configuration's updater annotation.
func UpdateRevisionLabels ¶
func UpdateRevisionLabels(rev *v1alpha1.Revision, config *v1alpha1.Configuration)
UpdateRevisionLabels sets the revisions labels given a Configuration.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.