Documentation
      ¶
    
    
  
    
  
    Index ¶
- func RuntimeRawExtension(t *testing.T, p interface{}) *runtime.RawExtension
 - type Log
 - func (l *Log) Enabled() bool
 - func (l *Log) Error(err error, msg string, keysAndValues ...interface{})
 - func (l *Log) Info(msg string, keysAndValues ...interface{})
 - func (l *Log) V(level int) logr.InfoLogger
 - func (l *Log) WithName(name string) logr.Logger
 - func (l *Log) WithValues(keysAndValues ...interface{}) logr.Logger
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RuntimeRawExtension ¶
func RuntimeRawExtension(t *testing.T, p interface{}) *runtime.RawExtension
RuntimeRawExtension takes anything and turns it into a *runtime.RawExtension. This is helpful for creating clusterv1.Cluster/Machine objects that need a specific AzureClusterProviderSpec or Status.
Types ¶
type Log ¶
type Log struct{}
    Log implements logr.Logger for testing. Do not use if you actually want to test log messages.
func (*Log) WithValues ¶
 Click to show internal directories. 
   Click to hide internal directories.