v1

package
v0.0.0-...-9804e26 Latest Latest
Warning

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

Go to latest
Published: May 5, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package v1 contains API Schema definitions for the opslevel v1 API group +kubebuilder:object:generate=true +groupName=opslevel.com

Index

Constants

This section is empty.

Variables

View Source
var (
	// GroupVersion is group version used to register these objects
	GroupVersion = schema.GroupVersion{Group: "opslevel.com", Version: "v1"}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: GroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)

Functions

This section is empty.

Types

type ClusterIdentifier

type ClusterIdentifier struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   ClusterIdentifierSpec   `json:"spec,omitempty"`
	Status ClusterIdentifierStatus `json:"status,omitempty"`
}

ClusterIdentifier is the Schema for the clusteridentifiers API

type ClusterIdentifierList

type ClusterIdentifierList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []ClusterIdentifier `json:"items"`
}

ClusterIdentifierList contains a list of ClusterIdentifier

type ClusterIdentifierSpec

type ClusterIdentifierSpec struct {
	Name string `json:"name"`
}

ClusterIdentifierSpec defines the desired state of ClusterIdentifier

type ClusterIdentifierStatus

type ClusterIdentifierStatus struct {
}

ClusterIdentifierStatus defines the observed state of ClusterIdentifier

Jump to

Keyboard shortcuts

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