Categorygithub.com/giantswarm/statusresource/v5
package
5.0.0
Repository: https://github.com/giantswarm/statusresource.git
Documentation: pkg.go.dev

# README

CircleCI

statusresource

Package statusresource implements primitives for CR status management within Giant Swarm Kubernetes guest clusters.

Statuses

Statuses are written under .status.cluster.conditions in the CR, in the following format :

    - lastTransitionTime: "2019-07-05T07:42:24.076879904Z"
      status: "True"
      type: Created

Allowed status type are defined in apiextensions as StatusClusterType*.

Decisions for status transition are made based on number and version of nodes.