Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NBContractBuilder ¶ added in v0.20240415.0
type NBContractBuilder struct {
// contains filtered or unexported fields
}
func NewNBContractBuilder ¶ added in v0.20240415.0
func NewNBContractBuilder() *NBContractBuilder
Creates a new instance of NBContractBuilder and ensures all objects in nodeBootstrapConfig are non-nil
func (*NBContractBuilder) ApplyConfiguration ¶ added in v0.20240415.0
func (nBCB *NBContractBuilder) ApplyConfiguration(config *nbcontractv1.Configuration)
Apply the configuration to the nodeBootstrapConfig object
func (*NBContractBuilder) GetNodeBootstrapConfig ¶ added in v0.20240415.0
func (nBCB *NBContractBuilder) GetNodeBootstrapConfig() *nbcontractv1.Configuration
Get the nodeBootstrapConfig object
Click to show internal directories.
Click to hide internal directories.