Versions in this module Expand all Collapse all v1 v1.3.0-alpha.2 Jun 21, 2016 v1.3.0-alpha.1 May 25, 2016 v1.3.0-alpha.0 Apr 25, 2016 v1.2.1 Jul 14, 2016 v1.2.0 May 25, 2016 v1.2.0-rc2 Apr 23, 2016 v1.2.0-rc1 Apr 21, 2016 v1.1.6 Apr 5, 2016 v1.1.5 Mar 29, 2016 v1.1.4 Mar 14, 2016 Changes in this version + func NewCmdProbe(fullName string, f *clientcmd.Factory, out, errOut io.Writer) *cobra.Command + func NewCmdTriggers(fullName string, f *clientcmd.Factory, out, errOut io.Writer) *cobra.Command + func UpdateTriggersForObject(obj runtime.Object, fn func(*TriggerDefinition) error) (bool, error) + type ImageChangeTrigger struct + Auto bool + From string + Names []string + Namespace string + type Patch struct + After []byte + Before []byte + Err error + Info *resource.Info + Patch []byte + func CalculatePatches(infos []*resource.Info, encoder runtime.Encoder, ...) []*Patch + type ProbeOptions struct + All bool + Builder *resource.Builder + Command []string + ContainerSelector string + Encoder runtime.Encoder + Err io.Writer + FailureThreshold *int + Filenames []string + FlagSet func(string) bool + HTTPGet string + HTTPGetAction *kapi.HTTPGetAction + Infos []*resource.Info + InitialDelaySeconds *int + Liveness bool + Mapper meta.RESTMapper + OpenTCPSocket string + Out io.Writer + PeriodSeconds *int + PrintObject func(runtime.Object) error + Readiness bool + Remove bool + Selector string + ShortOutput bool + SuccessThreshold *int + TimeoutSeconds *int + UpdatePodSpecForObject func(runtime.Object, func(spec *kapi.PodSpec) error) (bool, error) + func (o *ProbeOptions) Complete(f *clientcmd.Factory, cmd *cobra.Command, args []string) error + func (o *ProbeOptions) Run() error + func (o *ProbeOptions) Validate() error + type TriggerDefinition struct + ConfigChange bool + GitHubWebHooks []string + ImageChange []ImageChangeTrigger + WebHooks []string + func NewBuildConfigTriggers(config *buildapi.BuildConfig) *TriggerDefinition + func NewDeploymentConfigTriggers(config *deployapi.DeploymentConfig) *TriggerDefinition + func (t *TriggerDefinition) Apply(obj runtime.Object) error + type TriggersOptions struct + All bool + Auto bool + Builder *resource.Builder + ContainerNames string + Encoder runtime.Encoder + Err io.Writer + Filenames []string + FromConfig bool + FromGitHub *bool + FromImage string + FromImageNamespace string + FromWebHook *bool + Infos []*resource.Info + Manual bool + Mapper meta.RESTMapper + Out io.Writer + PrintObject func(runtime.Object) error + PrintTable bool + Remove bool + RemoveAll bool + Reset bool + Selector string + ShortOutput bool + func (o *TriggersOptions) Complete(f *clientcmd.Factory, cmd *cobra.Command, args []string) error + func (o *TriggersOptions) Run() error + func (o *TriggersOptions) Validate() error v1.1.3 Feb 17, 2016 v1.1.2 Feb 6, 2016 Changes in this version + func NewCmdEnv(fullName string, f *clientcmd.Factory, in io.Reader, out io.Writer) *cobra.Command + func NewCmdSet(fullName string, f *clientcmd.Factory, in io.Reader, out, errout io.Writer) *cobra.Command + func NewCmdVolume(fullName string, f *clientcmd.Factory, out, errOut io.Writer) *cobra.Command + func RunEnv(f *clientcmd.Factory, in io.Reader, out io.Writer, cmd *cobra.Command, ...) error + type AddVolumeOptions struct + ClaimMode string + ClaimName string + ClaimSize string + CreateClaim bool + MountPath string + Overwrite bool + Path string + SecretName string + Source string + Type string + TypeChanged bool + func (a *AddVolumeOptions) Validate(isAddOp bool) error + type VolumeOptions struct + Add bool + AddOpts *AddVolumeOptions + All bool + Client kclient.PersistentVolumeClaimsNamespacer + Confirm bool + Containers string + DefaultNamespace string + Err io.Writer + ExplicitNamespace bool + Filenames []string + List bool + Mapper meta.RESTMapper + Name string + Out io.Writer + Output string + OutputVersion unversioned.GroupVersion + RESTClientFactory func(mapping *meta.RESTMapping) (resource.RESTClient, error) + Remove bool + Selector string + Typer runtime.ObjectTyper + UpdatePodSpecForObject func(obj runtime.Object, fn func(*kapi.PodSpec) error) (bool, error) + func (v *VolumeOptions) Complete(f *clientcmd.Factory, cmd *cobra.Command, out, errOut io.Writer) error + func (v *VolumeOptions) RunVolume(args []string) error + func (v *VolumeOptions) Validate(args []string) error