Documentation
¶
Overview ¶
Copyright The Pharmer Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright The Pharmer Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright The Pharmer Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Copyright The Pharmer Authors.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialCreateConfig ¶
type CredentialCreateConfig struct { Name string Provider string FromEnv bool FromFile string Issue bool }
func NewCredentialCreateConfig ¶
func NewCredentialCreateConfig() *CredentialCreateConfig
func (*CredentialCreateConfig) AddFlags ¶
func (c *CredentialCreateConfig) AddFlags(fs *pflag.FlagSet)
func (*CredentialCreateConfig) ValidateFlags ¶
func (c *CredentialCreateConfig) ValidateFlags(cmd *cobra.Command, args []string) error
type CredentialDeleteConfig ¶
func NewCredentialDeleteConfig ¶
func NewCredentialDeleteConfig() *CredentialDeleteConfig
func (*CredentialDeleteConfig) AddFlags ¶
func (c *CredentialDeleteConfig) AddFlags(fs *pflag.FlagSet)
func (*CredentialDeleteConfig) ValidateFlags ¶
func (c *CredentialDeleteConfig) ValidateFlags(cmd *cobra.Command, args []string) error
type CredentialEditConfig ¶
type CredentialEditConfig struct { Name string File string DoNotDelete bool Output string Owner string }
func NewCredentialEditConfig ¶
func NewCredentialEditConfig() *CredentialEditConfig
func (*CredentialEditConfig) AddFlags ¶
func (c *CredentialEditConfig) AddFlags(fs *pflag.FlagSet)
func (*CredentialEditConfig) ValidateFlags ¶
func (c *CredentialEditConfig) ValidateFlags(cmd *cobra.Command, args []string) error
type CredentialGetConfig ¶
func NewCredentialGetConfig ¶
func NewCredentialGetConfig() *CredentialGetConfig
func (*CredentialGetConfig) AddFlags ¶
func (c *CredentialGetConfig) AddFlags(fs *pflag.FlagSet)
func (*CredentialGetConfig) ValidateFlags ¶
func (c *CredentialGetConfig) ValidateFlags(cmd *cobra.Command, args []string) error