release-operator

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

README

CircleCI

release-operator

As an example of a Release CR:

apiVersion: "release.giantswarm.io/v1alpha1"
kind: "Release"
metadata:
  name: "azure.v0.0.1"
  labels:
    giantswarm.io/managed-by: "app-operator"
    giantswarm.io/provider: "azure"
spec:
  changelog:
    - component: "azure-operator"
      description: "Updated to foo the bar."
      kind: "changed"
  components:
    - name: "azure-operator"
      version: "0.0.1"
  parentVersion: "0.0.0"
  version: "0.0.1"

and an example of a ReleaseCycle CR:

apiVersion: "release.giantswarm.io/v1alpha1"
kind: "ReleaseCycle"
metadata:
  name: "azure.v0.0.1"
  labels:
    giantswarm.io/managed-by: "opsctl"
    giantswarm.io/provider: "azure"
spec:
  enabledDate: "2019-01-08"
  phase: "enabled"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL