cf

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Jul 6, 2022 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func RegisterTypes

func RegisterTypes(reg *registry.Registry)

Types

type DNSRecord

func (*DNSRecord) Create

func (o *DNSRecord) Create(ctx context.Context, meta interface{}) error

func (*DNSRecord) Delete

func (o *DNSRecord) Delete(ctx context.Context, meta interface{}) error

func (*DNSRecord) GetName

func (o *DNSRecord) GetName() string

func (*DNSRecord) Read

func (o *DNSRecord) Read(ctx context.Context, meta interface{}) error

func (*DNSRecord) ReferenceID

func (o *DNSRecord) ReferenceID() string

func (*DNSRecord) Update

func (o *DNSRecord) Update(ctx context.Context, meta interface{}) error

type OriginCertificate

type OriginCertificate struct {
	registry.ResourceBase

	Hostnames       fields.ArrayInputField  `state:"force_new"`
	RequestType     fields.StringInputField `state:"force_new" default:"origin-rsa"`
	RequestValidity fields.IntInputField    `state:"force_new" default:"5475"`

	ID          fields.StringOutputField
	ExpiresOn   fields.IntOutputField
	CSR         fields.StringOutputField
	Certificate fields.StringOutputField
	PrivateKey  fields.StringOutputField
}

func (*OriginCertificate) Create

func (o *OriginCertificate) Create(ctx context.Context, meta interface{}) error

func (*OriginCertificate) Delete

func (o *OriginCertificate) Delete(ctx context.Context, meta interface{}) error

func (*OriginCertificate) GetName

func (o *OriginCertificate) GetName() string

func (*OriginCertificate) Read

func (o *OriginCertificate) Read(ctx context.Context, meta interface{}) error

func (*OriginCertificate) Update

func (o *OriginCertificate) Update(ctx context.Context, meta interface{}) error

Jump to

Keyboard shortcuts

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