v1alpha1

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package v1alpha1 contains API Schema definitions for the loki v1alpha1 API group +kubebuilder:object:generate=true +groupName=loki.gelops.com

Index

Constants

This section is empty.

Variables

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

	// 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 AccessPolicyRef

type AccessPolicyRef struct {
	Name string `json:"name,omitempty"`
}

func (*AccessPolicyRef) DeepCopy

func (in *AccessPolicyRef) DeepCopy() *AccessPolicyRef

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AccessPolicyRef.

func (*AccessPolicyRef) DeepCopyInto

func (in *AccessPolicyRef) DeepCopyInto(out *AccessPolicyRef)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type GrafanaEnterpriseLogsAccessPolicy

type GrafanaEnterpriseLogsAccessPolicy struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Finalizers        []string `json:"finalizers,omitempty"`

	Spec   GrafanaEnterpriseLogsAccessPolicySpec   `json:"spec,omitempty"`
	Status GrafanaEnterpriseLogsAccessPolicyStatus `json:"status,omitempty"`
}

GrafanaEnterpriseLogsAccessPolicy is the Schema for the grafanaenterpriselogsaccesspolicies API

func (*GrafanaEnterpriseLogsAccessPolicy) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsAccessPolicy.

func (*GrafanaEnterpriseLogsAccessPolicy) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*GrafanaEnterpriseLogsAccessPolicy) DeepCopyObject

func (in *GrafanaEnterpriseLogsAccessPolicy) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type GrafanaEnterpriseLogsAccessPolicyList

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

GrafanaEnterpriseLogsAccessPolicyList contains a list of GrafanaEnterpriseLogsAccessPolicy

func (*GrafanaEnterpriseLogsAccessPolicyList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsAccessPolicyList.

func (*GrafanaEnterpriseLogsAccessPolicyList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*GrafanaEnterpriseLogsAccessPolicyList) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type GrafanaEnterpriseLogsAccessPolicySpec

type GrafanaEnterpriseLogsAccessPolicySpec struct {
	TenantInfoRef TenantInfoRef `json:"tenantInfoRef,omitempty"`
}

GrafanaEnterpriseLogsAccessPolicySpec defines the desired state of GrafanaEnterpriseLogsAccessPolicy

func (*GrafanaEnterpriseLogsAccessPolicySpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsAccessPolicySpec.

func (*GrafanaEnterpriseLogsAccessPolicySpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type GrafanaEnterpriseLogsAccessPolicyStatus

type GrafanaEnterpriseLogsAccessPolicyStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	Status string `json:"status,omitempty"`
}

GrafanaEnterpriseLogsAccessPolicyStatus defines the observed state of GrafanaEnterpriseLogsAccessPolicy

func (*GrafanaEnterpriseLogsAccessPolicyStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsAccessPolicyStatus.

func (*GrafanaEnterpriseLogsAccessPolicyStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type GrafanaEnterpriseLogsTenant

type GrafanaEnterpriseLogsTenant struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Finalizers        []string `json:"finalizers,omitempty"`

	Spec   GrafanaEnterpriseLogsTenantSpec   `json:"spec,omitempty"`
	Status GrafanaEnterpriseLogsTenantStatus `json:"status,omitempty"`
}

GrafanaEnterpriseLogsTenant is the Schema for the grafanaenterpriselogstenants API

func (*GrafanaEnterpriseLogsTenant) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTenant.

func (*GrafanaEnterpriseLogsTenant) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*GrafanaEnterpriseLogsTenant) DeepCopyObject

func (in *GrafanaEnterpriseLogsTenant) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type GrafanaEnterpriseLogsTenantList

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

GrafanaEnterpriseLogsTenantList contains a list of GrafanaEnterpriseLogsTenant

func (*GrafanaEnterpriseLogsTenantList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTenantList.

func (*GrafanaEnterpriseLogsTenantList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*GrafanaEnterpriseLogsTenantList) DeepCopyObject

func (in *GrafanaEnterpriseLogsTenantList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type GrafanaEnterpriseLogsTenantSpec

type GrafanaEnterpriseLogsTenantSpec struct {
	TenantInfo TenantInfo `json:"tenantInfo,omitempty"`
}

GrafanaEnterpriseLogsTenantSpec defines the desired state of GrafanaEnterpriseLogsTenant

func (*GrafanaEnterpriseLogsTenantSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTenantSpec.

func (*GrafanaEnterpriseLogsTenantSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type GrafanaEnterpriseLogsTenantStatus

type GrafanaEnterpriseLogsTenantStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	Status string `json:"status,omitempty"`
}

GrafanaEnterpriseLogsTenantStatus defines the observed state of GrafanaEnterpriseLogsTenant

func (*GrafanaEnterpriseLogsTenantStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTenantStatus.

func (*GrafanaEnterpriseLogsTenantStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type GrafanaEnterpriseLogsToken

type GrafanaEnterpriseLogsToken struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Finalizers        []string `json:"finalizers,omitempty"`

	Spec   GrafanaEnterpriseLogsTokenSpec   `json:"spec,omitempty"`
	Status GrafanaEnterpriseLogsTokenStatus `json:"status,omitempty"`
}

GrafanaEnterpriseLogsToken is the Schema for the grafanaenterpriselogstokens API

func (*GrafanaEnterpriseLogsToken) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsToken.

func (*GrafanaEnterpriseLogsToken) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*GrafanaEnterpriseLogsToken) DeepCopyObject

func (in *GrafanaEnterpriseLogsToken) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type GrafanaEnterpriseLogsTokenList

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

GrafanaEnterpriseLogsTokenList contains a list of GrafanaEnterpriseLogsToken

func (*GrafanaEnterpriseLogsTokenList) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTokenList.

func (*GrafanaEnterpriseLogsTokenList) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

func (*GrafanaEnterpriseLogsTokenList) DeepCopyObject

func (in *GrafanaEnterpriseLogsTokenList) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

type GrafanaEnterpriseLogsTokenSpec

type GrafanaEnterpriseLogsTokenSpec struct {
	AccessPolicyRef AccessPolicyRef `json:"accessPolicyRef,omitempty"`
	ExpirationTime  string          `json:"expirationTime,omitempty"`
}

GrafanaEnterpriseLogsTokenSpec defines the desired state of GrafanaEnterpriseLogsToken

func (*GrafanaEnterpriseLogsTokenSpec) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTokenSpec.

func (*GrafanaEnterpriseLogsTokenSpec) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type GrafanaEnterpriseLogsTokenStatus

type GrafanaEnterpriseLogsTokenStatus struct {
	// INSERT ADDITIONAL STATUS FIELD - define observed state of cluster
	// Important: Run "make" to regenerate code after modifying this file
	Status string `json:"status,omitempty"`
}

GrafanaEnterpriseLogsTokenStatus defines the observed state of GrafanaEnterpriseLogsToken

func (*GrafanaEnterpriseLogsTokenStatus) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTokenStatus.

func (*GrafanaEnterpriseLogsTokenStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type MatchLabels

type MatchLabels struct {
	App string `json:"app,omitempty"`
}

MatchLabels Selector for finding the token secret

func (*MatchLabels) DeepCopy

func (in *MatchLabels) DeepCopy() *MatchLabels

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MatchLabels.

func (*MatchLabels) DeepCopyInto

func (in *MatchLabels) DeepCopyInto(out *MatchLabels)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TenantInfo

type TenantInfo struct {
	Name        string `json:"name,omitempty"`
	DisplayName string `json:"displayName,omitempty"`
	ClusterName string `json:"clusterName,omitempty"`
}

EDIT THIS FILE! THIS IS SCAFFOLDING FOR YOU TO OWN! NOTE: json tags are required. Any new fields you add must have json tags for the fields to be serialized.

func (*TenantInfo) DeepCopy

func (in *TenantInfo) DeepCopy() *TenantInfo

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantInfo.

func (*TenantInfo) DeepCopyInto

func (in *TenantInfo) DeepCopyInto(out *TenantInfo)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

type TenantInfoRef

type TenantInfoRef struct {
	TenantName     string   `json:"tenantName,omitempty"`
	ClusterName    string   `json:"clusterName,omitempty"`
	AccessPolicies []string `json:"accessPolicies,omitempty"`
	LabelSelectors []string `json:"labelSelectors,omitempty"`
}

EDIT THIS FILE! THIS IS SCAFFOLDING FOR YOU TO OWN! NOTE: json tags are required. Any new fields you add must have json tags for the fields to be serialized. Desired AccessPolicy configurations

func (*TenantInfoRef) DeepCopy

func (in *TenantInfoRef) DeepCopy() *TenantInfoRef

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TenantInfoRef.

func (*TenantInfoRef) DeepCopyInto

func (in *TenantInfoRef) DeepCopyInto(out *TenantInfoRef)

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳