Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/start: Prune public API #10

Merged
merged 1 commit into from
Jan 26, 2019

Conversation

wking
Copy link
Member

@wking wking commented Jan 24, 2019

Lowercase labels that are not used outside of this package to make it easier to discover the intended public API for the package. After this pull-request:

$ godoc ./pkg/start/
PACKAGE DOCUMENTATION

package start
    import "./pkg/start/"

FUNCTIONS

func NewStartCommand(config Config) (*startCommand, error)

func UserOutput(format string, a ...interface{})
    All start command printing to stdout should go through this fmt.Printf
    wrapper. The stdout of the start command should convey information
    useful to a human sitting at a terminal watching their cluster bootstrap
    itself. Otherwise the message should go to stderr.

TYPES

type Config struct {
    AssetDir        string
    PodManifestPath string
    Strict          bool
    RequiredPods    []string
}

Lowercase labels that are not used outside of this package to make it
easier to discover the intended public API for the package.  After
this commit:

  $ godoc ./pkg/start/
  PACKAGE DOCUMENTATION

  package start
      import "./pkg/start/"

  FUNCTIONS

  func NewStartCommand(config Config) (*startCommand, error)

  func UserOutput(format string, a ...interface{})
      All start command printing to stdout should go through this fmt.Printf
      wrapper. The stdout of the start command should convey information
      useful to a human sitting at a terminal watching their cluster bootstrap
      itself. Otherwise the message should go to stderr.

  TYPES

  type Config struct {
      AssetDir        string
      PodManifestPath string
      Strict          bool
      RequiredPods    []string
  }
@openshift-ci-robot openshift-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jan 24, 2019
@sttts
Copy link
Contributor

sttts commented Jan 24, 2019

/lgtm
/approve

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 24, 2019
@openshift-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sttts, wking

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 24, 2019
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

2 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@wking
Copy link
Member Author

wking commented Jan 25, 2019

e2e-aws

make: *** No rule to make target `test-e2e'.  Stop.

Dunno about that.

/retest

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

2 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@wking
Copy link
Member Author

wking commented Jan 25, 2019

e2e-aws:

make: *** No rule to make target `test-e2e'.  Stop.

/retest

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

10 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@sttts
Copy link
Contributor

sttts commented Jan 26, 2019

/retest

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

2 similar comments
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit 780bfff into openshift:master Jan 26, 2019
@wking wking deleted the start-package-api branch January 28, 2019 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants