Documentation
¶
Overview ¶
Package v1beta1 contains API Schema definitions for the issuers v1beta1 API group +kubebuilder:object:generate=true +groupName=cas-issuer.jetstack.io
Index ¶
- Variables
- type GoogleCASClusterIssuer
- func (in *GoogleCASClusterIssuer) DeepCopy() *GoogleCASClusterIssuer
- func (in *GoogleCASClusterIssuer) DeepCopyInto(out *GoogleCASClusterIssuer)
- func (in *GoogleCASClusterIssuer) DeepCopyObject() runtime.Object
- func (vi *GoogleCASClusterIssuer) GetIssuerTypeIdentifier() string
- func (vi *GoogleCASClusterIssuer) GetStatus() *v1alpha1.IssuerStatus
- type GoogleCASClusterIssuerList
- type GoogleCASIssuer
- type GoogleCASIssuerList
- type GoogleCASIssuerSpec
Constants ¶
This section is empty.
Variables ¶
var ( // GroupVersion is group version used to register these objects GroupVersion = schema.GroupVersion{Group: "cas-issuer.jetstack.io", Version: "v1beta1"} // 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 GoogleCASClusterIssuer ¶
type GoogleCASClusterIssuer struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GoogleCASIssuerSpec `json:"spec,omitempty"` Status v1alpha1.IssuerStatus `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:resource:scope=Cluster +kubebuilder:printcolumn:name="ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" +kubebuilder:subresource:status GoogleCASClusterIssuer is the Schema for the googlecasclusterissuers API
func (*GoogleCASClusterIssuer) DeepCopy ¶
func (in *GoogleCASClusterIssuer) DeepCopy() *GoogleCASClusterIssuer
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GoogleCASClusterIssuer.
func (*GoogleCASClusterIssuer) DeepCopyInto ¶
func (in *GoogleCASClusterIssuer) DeepCopyInto(out *GoogleCASClusterIssuer)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GoogleCASClusterIssuer) DeepCopyObject ¶
func (in *GoogleCASClusterIssuer) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*GoogleCASClusterIssuer) GetIssuerTypeIdentifier ¶ added in v0.8.0
func (vi *GoogleCASClusterIssuer) GetIssuerTypeIdentifier() string
func (*GoogleCASClusterIssuer) GetStatus ¶ added in v0.8.0
func (vi *GoogleCASClusterIssuer) GetStatus() *v1alpha1.IssuerStatus
type GoogleCASClusterIssuerList ¶
type GoogleCASClusterIssuerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []GoogleCASClusterIssuer `json:"items"` }
+kubebuilder:object:root=true GoogleCASClusterIssuerList contains a list of GoogleCASClusterIssuer
func (*GoogleCASClusterIssuerList) DeepCopy ¶
func (in *GoogleCASClusterIssuerList) DeepCopy() *GoogleCASClusterIssuerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GoogleCASClusterIssuerList.
func (*GoogleCASClusterIssuerList) DeepCopyInto ¶
func (in *GoogleCASClusterIssuerList) DeepCopyInto(out *GoogleCASClusterIssuerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GoogleCASClusterIssuerList) DeepCopyObject ¶
func (in *GoogleCASClusterIssuerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GoogleCASIssuer ¶
type GoogleCASIssuer struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GoogleCASIssuerSpec `json:"spec,omitempty"` Status v1alpha1.IssuerStatus `json:"status,omitempty"` }
+kubebuilder:object:root=true +kubebuilder:printcolumn:name="ready",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="reason",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].reason" +kubebuilder:printcolumn:name="message",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].message" +kubebuilder:subresource:status GoogleCASIssuer is the Schema for the googlecasissuers API
func (*GoogleCASIssuer) DeepCopy ¶
func (in *GoogleCASIssuer) DeepCopy() *GoogleCASIssuer
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GoogleCASIssuer.
func (*GoogleCASIssuer) DeepCopyInto ¶
func (in *GoogleCASIssuer) DeepCopyInto(out *GoogleCASIssuer)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GoogleCASIssuer) DeepCopyObject ¶
func (in *GoogleCASIssuer) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*GoogleCASIssuer) GetIssuerTypeIdentifier ¶ added in v0.8.0
func (vi *GoogleCASIssuer) GetIssuerTypeIdentifier() string
func (*GoogleCASIssuer) GetStatus ¶ added in v0.8.0
func (vi *GoogleCASIssuer) GetStatus() *v1alpha1.IssuerStatus
type GoogleCASIssuerList ¶
type GoogleCASIssuerList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []GoogleCASIssuer `json:"items"` }
+kubebuilder:object:root=true GoogleCASIssuerList contains a list of GoogleCASIssuer
func (*GoogleCASIssuerList) DeepCopy ¶
func (in *GoogleCASIssuerList) DeepCopy() *GoogleCASIssuerList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GoogleCASIssuerList.
func (*GoogleCASIssuerList) DeepCopyInto ¶
func (in *GoogleCASIssuerList) DeepCopyInto(out *GoogleCASIssuerList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GoogleCASIssuerList) DeepCopyObject ¶
func (in *GoogleCASIssuerList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
type GoogleCASIssuerSpec ¶
type GoogleCASIssuerSpec struct { // Project is the Google Cloud Project ID Project string `json:"project,omitempty"` // Location is the Google Cloud Project Location Location string `json:"location,omitempty"` // CaPoolId is the id of the CA pool to issue certificates from CaPoolId string `json:"caPoolId,omitempty"` // CertificateAuthorityId is specific certificate authority to // use to sign. Omit in order to load balance across all CAs // in the pool // +optional CertificateAuthorityId string `json:"certificateAuthorityId,omitempty"` // Credentials is a reference to a Kubernetes Secret Key that contains Google Service Account Credentials // +optional Credentials cmmetav1.SecretKeySelector `json:"credentials,omitempty"` // CertificateTemplate is specific certificate template to // use. Omit to not specify a template // +optional CertificateTemplate string `json:"certificateTemplate,omitempty"` }
GoogleCASIssuerSpec defines the desired state of GoogleCASIssuer
func (*GoogleCASIssuerSpec) DeepCopy ¶
func (in *GoogleCASIssuerSpec) DeepCopy() *GoogleCASIssuerSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GoogleCASIssuerSpec.
func (*GoogleCASIssuerSpec) DeepCopyInto ¶
func (in *GoogleCASIssuerSpec) DeepCopyInto(out *GoogleCASIssuerSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.