Skip to main content

GitHub Runner

The GitHubRunner is a read-only resource that provides status information about the claimed GitHub runner. While the GitHubRunnerClaim is used to request and set up a runner, the GitHubRunner reflects the current operational state of that runner within the system.

The metadata section is used to uniquely identify objects and to provide other information that is not directly tied to a resource's configuration.

Namespace defines the space within which each GitHubRunner name must be unique.

Each GitHubRunner name must be unique, within a namespace. The name must contain only lower-case letters, digits and dashes.

In this section, we've described only two fields that are necessary and sufficient for users on Puzl. For a more in-depth explanation of metadata and its various fields, refer to the official Kubernetes documentation.

The section defines the desired state of the object. It describes the characteristics you want the resource to have: its configuration, settings, and data.

Path:spec.runnerClaimRef.name

Name of the GitHubRunnerClaim resource initiated this GitHubRunner resource creation.

Path:spec.runnerClaimRef.namespace

Namespace of the GitHubRunnerClaim resource initiated this GitHubRunner resource creation.

Path:spec.manifestRef.name

Internal system reference to the applied service manifest.

Internal system reference to the runner release.

Path:spec.releaseRef.name
Path:spec.releaseRef.namespace
Path:spec.releaseRef.revision
Path:spec.jobNamespaceRef

The section provides information about the current state of the object. It is populated by the platform and is used to inform users about the state of the resource, whether it's currently operational, and additional metadata like timestamps.

Default:Pending
Path:status.phase

Represents the high-level summary of the current status of the resource.

Conditions are designed based on Kubernetes API conventions. Conditions represent the logical states that the resource has passed through.

Path:status.conditions[].lastTransitionTime

The last time the condition transitioned from one status to another.

Path:status.conditions[].observedGeneration

The value of metadata.generation when the condition has been transited last time.

Path:status.conditions[].message

A human-readable message indicating details about the transition.

Path:status.conditions[].reason

A one-word, CamelCase reason caused the transition of the resource to this condition.

Path:status.conditions[].status

The current status of the condition. Can be one of: True, False, or Unknown.

Path:status.conditions[].type

Unique type of the resource condition.