Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	FinalizerString = "finalizers.efs.services.k8s.aws/FileSystem"
)
    Variables ¶
      View Source
      
  
    var ( GroupVersionResource = svcapitypes.GroupVersion.WithResource("filesystems") GroupKind = metav1.GroupKind{ Group: "efs.services.k8s.aws", Kind: "FileSystem", } )
      View Source
      
  
var ( // TerminalStatuses are the status strings that are terminal states for a // filesystem. TerminalStatuses = []string{ string(svcapitypes.LifeCycleState_error), string(svcapitypes.LifeCycleState_deleted), string(svcapitypes.LifeCycleState_deleting), } )
Functions ¶
func FromACKTags ¶
func FromACKTags(tags acktags.Tags) []*svcapitypes.Tag
FromACKTags converts the tags parameter into []*svcapitypes.Tag shape. This method helps in setting the tags back inside AWSResource after merging default controller tags with existing resource tags.
Types ¶
This section is empty.
 Click to show internal directories. 
   Click to hide internal directories.