Documentation ¶
Index ¶
Constants ¶
View Source
const ( CACRD = "./config/crd/bases/ibp_v1alpha1_ibpca.yaml" PeerCRD = "./config/crd/bases/ibp_v1alpha1_ibppeer.yaml" OrdererCRD = "./config/crd/bases/ibp_v1alpha1_ibporderer.yaml" ConsoleCRD = "./config/crd/bases/ibp_v1alpha1_ibpconsole.yaml" CACRDFile = "ibp_v1alpha1_ibpca.yaml" PEERCRDFIle = "ibp_v1alpha1_ibppeer.yaml" ORDERERCRDFILE = "ibp_v1alpha1_ibporderer.yaml" CONSOLECRDFILE = "ibp_v1alpha1_ibpconsole.yaml" )
Variables ¶
This section is empty.
Functions ¶
func GetCRDList ¶
func GetCRDList() []string
func GetCRDListFromDir ¶
Types ¶
type Client ¶
type Client interface {
CreateCRD(crd *extv1.CustomResourceDefinition) (*extv1.CustomResourceDefinition, error)
}
Click to show internal directories.
Click to hide internal directories.