certificates

package
v1.4.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2016 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const GroupName = "certificates"

GroupName is the group name use in this package

Variables

View Source
var SchemeGroupVersion = unversioned.GroupVersion{Group: GroupName, Version: runtime.APIVersionInternal}

SchemeGroupVersion is group version used to register these objects

Functions

func AddToScheme

func AddToScheme(scheme *runtime.Scheme)

func DeepCopy_certificates_CertificateSigningRequest

func DeepCopy_certificates_CertificateSigningRequest(in CertificateSigningRequest, out *CertificateSigningRequest, c *conversion.Cloner) error

func Kind

func Kind(kind string) unversioned.GroupKind

Kind takes an unqualified kind and returns back a Group qualified GroupKind

func Resource

func Resource(resource string) unversioned.GroupResource

Resource takes an unqualified resource and returns back a Group qualified GroupResource

Types

type CertificateSigningRequest

type CertificateSigningRequest struct {
	unversioned.TypeMeta `json:",inline"`
	api.ObjectMeta       `json:"metadata,omitempty"`

	// The certificate request itself and any additonal information.
	Spec CertificateSigningRequestSpec `json:"spec,omitempty"`

	// Derived information about the request.
	Status CertificateSigningRequestStatus `json:"status,omitempty"`
}

Describes a certificate signing request

func (*CertificateSigningRequest) CodecDecodeSelf

func (x *CertificateSigningRequest) CodecDecodeSelf(d *codec1978.Decoder)

func (*CertificateSigningRequest) CodecEncodeSelf

func (x *CertificateSigningRequest) CodecEncodeSelf(e *codec1978.Encoder)

func (*CertificateSigningRequest) GetObjectKind

func (obj *CertificateSigningRequest) GetObjectKind() unversioned.ObjectKind

type CertificateSigningRequestCondition

type CertificateSigningRequestCondition struct {
	// request approval state, currently Approved or Denied.
	Type RequestConditionType `json:"type"`
	// brief reason for the request state
	Reason string `json:"reason,omitempty"`
	// human readable message with details about the request state
	Message string `json:"message,omitempty"`
	// timestamp for the last update to this condition
	LastUpdateTime unversioned.Time `json:"lastUpdateTime,omitempty"`
}

func (*CertificateSigningRequestCondition) CodecDecodeSelf

func (x *CertificateSigningRequestCondition) CodecDecodeSelf(d *codec1978.Decoder)

func (*CertificateSigningRequestCondition) CodecEncodeSelf

func (x *CertificateSigningRequestCondition) CodecEncodeSelf(e *codec1978.Encoder)

type CertificateSigningRequestList

type CertificateSigningRequestList struct {
	unversioned.TypeMeta `json:",inline"`
	unversioned.ListMeta `json:"metadata,omitempty"`

	Items []CertificateSigningRequest `json:"items,omitempty"`
}

func (*CertificateSigningRequestList) CodecDecodeSelf

func (x *CertificateSigningRequestList) CodecDecodeSelf(d *codec1978.Decoder)

func (*CertificateSigningRequestList) CodecEncodeSelf

func (x *CertificateSigningRequestList) CodecEncodeSelf(e *codec1978.Encoder)

func (*CertificateSigningRequestList) GetObjectKind

type CertificateSigningRequestSpec

type CertificateSigningRequestSpec struct {
	// Base64-encoded PKCS#10 CSR data
	Request []byte `json:"request"`

	// Information about the requesting user (if relevant)
	// See user.Info interface for details
	Username string   `json:"username,omitempty"`
	UID      string   `json:"uid,omitempty"`
	Groups   []string `json:"groups,omitempty"`
}

This information is immutable after the request is created. Only the Request and ExtraInfo fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.

func (*CertificateSigningRequestSpec) CodecDecodeSelf

func (x *CertificateSigningRequestSpec) CodecDecodeSelf(d *codec1978.Decoder)

func (*CertificateSigningRequestSpec) CodecEncodeSelf

func (x *CertificateSigningRequestSpec) CodecEncodeSelf(e *codec1978.Encoder)

type CertificateSigningRequestStatus

type CertificateSigningRequestStatus struct {
	// Conditions applied to the request, such as approval or denial.
	Conditions []CertificateSigningRequestCondition `json:"conditions,omitempty"`

	// If request was approved, the controller will place the issued certificate here.
	Certificate []byte `json:"certificate,omitempty"`
}

func (*CertificateSigningRequestStatus) CodecDecodeSelf

func (x *CertificateSigningRequestStatus) CodecDecodeSelf(d *codec1978.Decoder)

func (*CertificateSigningRequestStatus) CodecEncodeSelf

func (x *CertificateSigningRequestStatus) CodecEncodeSelf(e *codec1978.Encoder)

type RequestConditionType

type RequestConditionType string
const (
	CertificateApproved RequestConditionType = "Approved"
	CertificateDenied   RequestConditionType = "Denied"
)

These are the possible conditions for a certificate request.

func (*RequestConditionType) CodecDecodeSelf

func (x *RequestConditionType) CodecDecodeSelf(d *codec1978.Decoder)

func (RequestConditionType) CodecEncodeSelf

func (x RequestConditionType) CodecEncodeSelf(e *codec1978.Encoder)

Directories

Path Synopsis
Package install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery.
Package install installs the certificates API group, making it available as an option to all of the API encoding/decoding machinery.
Package v1alpha1 is a generated protocol buffer package.
Package v1alpha1 is a generated protocol buffer package.

Jump to

Keyboard shortcuts

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