[#309] Removed unused constant
* This commit will remove unused constant. * According to issue, we have one unused constant: pkg/document/constants.go Change-Id: Ib93fa01dbd60bb48cf6b8b77298bd0ab4d5b82a4
This commit is contained in:
parent
d5508aaa76
commit
be03e9067c
@ -19,7 +19,6 @@ const (
|
||||
BaseAirshipSelector = "airshipit.org"
|
||||
EphemeralHostSelector = BaseAirshipSelector + "/ephemeral-node in (True, true)"
|
||||
EphemeralUserDataSelector = BaseAirshipSelector + "/ephemeral-user-data in (True, true)"
|
||||
ApplyPhaseSelector = BaseAirshipSelector + "/phase = "
|
||||
|
||||
// Please note that by default every document in the manifest is to be deployed to kubernetes cluster.
|
||||
// so this selector simply checks that deploy-k8s label is not equal to false or False (string)
|
||||
|
Loading…
Reference in New Issue
Block a user