Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
/ statusresource Public archive

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

License

Notifications You must be signed in to change notification settings

giantswarm/statusresource

Repository files navigation

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.

About

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

Resources

License

Security policy

Stars

Watchers

Forks