Documentation ¶
Index ¶
Constants ¶
View Source
const ( IBPCA = "IBPCA" IBPPEER = "IBPPeer" IBPORDERER = "IBPOrderer" IBPCONSOLE = "IBPConsole" )
Variables ¶
This section is empty.
Functions ¶
func MSPInfoUpdateDetected ¶
func MSPInfoUpdateDetected(oldSecret, newSecret *current.SecretSpec) bool
func ValidateCRName ¶
- Only one existing instance (of the same type as 'instance') should have the name 'instance.GetName()'; if more than one is present, return error
- If any instance of a different type share the same name, return error
Types ¶
type Client ¶
type Client interface {
List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error
}
Click to show internal directories.
Click to hide internal directories.