• Kubernetes Submit Queue's avatar
    Merge pull request #41695 from justinsb/shared_tag · c6d11c77
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 41921, 41695, 42139, 42090, 41949)
    
    AWS: Support shared tag `kubernetes.io/cluster/<clusterid>`
    
    We recognize an additional cluster tag:
    
    kubernetes.io/cluster/<clusterid>
    
    This now allows us to share resources, in particular subnets.
    
    In addition, the value is used to track ownership/lifecycle.  When we
    create objects, we record the value as "owned".
    
    We also refactor out tags into its own file & class, as we are touching
    most of these functions anyway.
    
    ```release-note
    AWS: Support shared tag `kubernetes.io/cluster/<clusterid>`
    ```
    c6d11c77
Name
Last commit
Last update
..
providers Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
cloud.go Loading commit data...
doc.go Loading commit data...
plugins.go Loading commit data...