Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package scope implements field types that represent different scopes for resource types. For example, a resource may be valid at the global scope in that applies to all Calico nodes, or may be at a node scope in that applies to a specific node.
The internal representation is an integer, but the JSON serialization of these values is a string.
Index ¶
Constants ¶
      View Source
      
  
const ( Undefined Scope = "" Global = "global" Node = "node" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
      
      Source Files
      ¶
    
- doc.go
 - scope.go
 
 Click to show internal directories. 
   Click to hide internal directories.