Documentation
¶
Overview ¶
Package v1alpha1 contains API Schema definitions for the loki v1alpha1 API group +kubebuilder:object:generate=true +groupName=loki.gelops.com
Index ¶
- Variables
- type AccessPolicyRef
- type GrafanaEnterpriseLogsAccessPolicy
- type GrafanaEnterpriseLogsAccessPolicyList
- type GrafanaEnterpriseLogsAccessPolicySpec
- type GrafanaEnterpriseLogsAccessPolicyStatus
- type GrafanaEnterpriseLogsTenant
- type GrafanaEnterpriseLogsTenantList
- type GrafanaEnterpriseLogsTenantSpec
- type GrafanaEnterpriseLogsTenantStatus
- type GrafanaEnterpriseLogsToken
- type GrafanaEnterpriseLogsTokenList
- type GrafanaEnterpriseLogsTokenSpec
- type GrafanaEnterpriseLogsTokenStatus
- type MatchLabels
- type TenantInfo
- type TenantInfoRef
Constants ¶
This section is empty.
Variables ¶
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 ¶
func (in *GrafanaEnterpriseLogsAccessPolicy) DeepCopy() *GrafanaEnterpriseLogsAccessPolicy
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsAccessPolicy.
func (*GrafanaEnterpriseLogsAccessPolicy) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsAccessPolicy) DeepCopyInto(out *GrafanaEnterpriseLogsAccessPolicy)
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 ¶
func (in *GrafanaEnterpriseLogsAccessPolicyList) DeepCopy() *GrafanaEnterpriseLogsAccessPolicyList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsAccessPolicyList.
func (*GrafanaEnterpriseLogsAccessPolicyList) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsAccessPolicyList) DeepCopyInto(out *GrafanaEnterpriseLogsAccessPolicyList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GrafanaEnterpriseLogsAccessPolicyList) DeepCopyObject ¶
func (in *GrafanaEnterpriseLogsAccessPolicyList) DeepCopyObject() runtime.Object
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 ¶
func (in *GrafanaEnterpriseLogsAccessPolicySpec) DeepCopy() *GrafanaEnterpriseLogsAccessPolicySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsAccessPolicySpec.
func (*GrafanaEnterpriseLogsAccessPolicySpec) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsAccessPolicySpec) DeepCopyInto(out *GrafanaEnterpriseLogsAccessPolicySpec)
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 ¶
func (in *GrafanaEnterpriseLogsAccessPolicyStatus) DeepCopy() *GrafanaEnterpriseLogsAccessPolicyStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsAccessPolicyStatus.
func (*GrafanaEnterpriseLogsAccessPolicyStatus) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsAccessPolicyStatus) DeepCopyInto(out *GrafanaEnterpriseLogsAccessPolicyStatus)
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 ¶
func (in *GrafanaEnterpriseLogsTenant) DeepCopy() *GrafanaEnterpriseLogsTenant
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTenant.
func (*GrafanaEnterpriseLogsTenant) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsTenant) DeepCopyInto(out *GrafanaEnterpriseLogsTenant)
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 ¶
func (in *GrafanaEnterpriseLogsTenantList) DeepCopy() *GrafanaEnterpriseLogsTenantList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTenantList.
func (*GrafanaEnterpriseLogsTenantList) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsTenantList) DeepCopyInto(out *GrafanaEnterpriseLogsTenantList)
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 ¶
func (in *GrafanaEnterpriseLogsTenantSpec) DeepCopy() *GrafanaEnterpriseLogsTenantSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTenantSpec.
func (*GrafanaEnterpriseLogsTenantSpec) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsTenantSpec) DeepCopyInto(out *GrafanaEnterpriseLogsTenantSpec)
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 ¶
func (in *GrafanaEnterpriseLogsTenantStatus) DeepCopy() *GrafanaEnterpriseLogsTenantStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTenantStatus.
func (*GrafanaEnterpriseLogsTenantStatus) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsTenantStatus) DeepCopyInto(out *GrafanaEnterpriseLogsTenantStatus)
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 ¶
func (in *GrafanaEnterpriseLogsToken) DeepCopy() *GrafanaEnterpriseLogsToken
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsToken.
func (*GrafanaEnterpriseLogsToken) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsToken) DeepCopyInto(out *GrafanaEnterpriseLogsToken)
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 ¶
func (in *GrafanaEnterpriseLogsTokenList) DeepCopy() *GrafanaEnterpriseLogsTokenList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTokenList.
func (*GrafanaEnterpriseLogsTokenList) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsTokenList) DeepCopyInto(out *GrafanaEnterpriseLogsTokenList)
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 ¶
func (in *GrafanaEnterpriseLogsTokenSpec) DeepCopy() *GrafanaEnterpriseLogsTokenSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTokenSpec.
func (*GrafanaEnterpriseLogsTokenSpec) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsTokenSpec) DeepCopyInto(out *GrafanaEnterpriseLogsTokenSpec)
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 ¶
func (in *GrafanaEnterpriseLogsTokenStatus) DeepCopy() *GrafanaEnterpriseLogsTokenStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GrafanaEnterpriseLogsTokenStatus.
func (*GrafanaEnterpriseLogsTokenStatus) DeepCopyInto ¶
func (in *GrafanaEnterpriseLogsTokenStatus) DeepCopyInto(out *GrafanaEnterpriseLogsTokenStatus)
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.